open4speed


3D racing game for Android and Linux

Overview

This game brings a new kind of gaming, there are no payments, no autogas. Your score depends only on your skills. You have to control your car as good as you can because the game provides gameplay without any secret helpers. The game is powered with a such nice graphics with reflections, motion blur and particle effects. The game engine is based on Bullet Physics 2.82 and OpenGL ES 2.0. For better compatibility you can change visual detail in options.

screenshot

Libraries

For compiling you need those libs:
freeglut3-dev
libbullet-dev
libzip-dev
libpng-dev
libglm-dev

Note: If libbullet is not avaible in your distro repository, you can compile it itself from support/bullet...

Compiling

To compile code enter the jni directory and run
qmake
make

Note: If you are using 64bit OS, you have to replace in the in jni/open4speedHD.pro
../support/fmodapi-4.44.08/libfmodex-4.44.08.so
with
../support/fmodapi-4.44.08/libfmodex64-4.44.08.so

Project Information

The project was created on Oct 3, 2013.

Labels:
OpenGL CPlusPlus Linux Android