A simple 3D space scrolling game where you need to evade the asteroids.
- Left, Right arrows - move the spaceship
- Space bar - shoot
- cmake 3.0+
- clang 3.3+ or MSVS 2015
- OpenGL 3.3+
- SDL2
- SDL2_ttf
- Freetype2
- Assimp
- Simple OpenGL Image Library
- GLM
- GLEW
- Bullet
Linux and OSX users have to install required libraries on their own. Windows users have all the required libs in the repository. To run it on Windows Visual C++ Redistributable 2015 is required.