This project is a basic micro-gameengine to run lua in the Sony PlayStation, which can be expanded to a custom engine, such as Gly Engine or a custom engine.
| This project is currently unstable and is being worked on for better support! |
- math library
- floatpoints
Building: Pong Example with Gly Engine
cmake -Bbuild -H. -DGAME=@pongmake -C buildcmake -Bbuild -H. -DGAME=path/game.lua -DENGINE=path/engine.luamake -C build