Work in progress game engine. Collision system and proper render pipeline up next.
The game engine comes packaged with two test scenes.
Simple shmup meant to test rendering capabilities, asset loading, and user input.
To launch the game, simply change this line in main.cpp
Simple physics scene used to test the integration of the Bullet Physics engine. Also showcases the more advanced 3D perspective capabilities of the engine.
To launch the game, simply change this line in main.cpp