165c3fe071
Fix CWD path usage in build script
5674867adf
Add missing section to readme
3d4e6bb44b
Remove unnecessary delta time arg to fixed-timestep systems
Ona Script Leak Detection
Not applicable as the scripting lang is currently removed from the project
Constant Folding for Let Variables in Ona Script
Not applicable as the scripting lang is currently removed from the project
Constant Folding for Let Variables in Ona Script
Create bundle module
My thinking is somethig like this:
pub main = ona.start(bundle.setup_then(my_game_setup));
This change would get rid the of the options structure entirely, as I don't see much…
Create bundle module
Each module will also eventually be getting setup parameters exposed for finer control. Whatever aggregate setup approach is used will want to forward these parameters to each relevant modules.
f49906c714
Fix Zig test build errors
09872990a1
Fix test build error
08b5d7539c
Update readme with promotional content and new build instructions