A very easy to use 3D PSP game engine, inspired by Gamebryo
- Simple scripting using Wren
- Custom events
- Object module based structure with human-readable YAML files
- Wavefront OBJ model support
- Full controller support
You can find an example program in game/Example.
To build, just edit the GAME_NAME variable in CMakeLists.txt (remember that it's also used as a game title and source folder in game/GAME_NAME), and then:
cd build
cmake ..
makeThe game will be built in build/GAME_NAME_game, where GAME_NAME is the name of your game declared in CMakeLists.txt.
- Save system
- Better error handling
- HUD rendering
- Animations
- Audio system