inpired heavily by Karl Zylinski
- Odin compiler (dev-2025-11).
yes, only 1 dependency - the compiler of the project's language
To print the usage info run:
odin run .The entire build pipeline is in the ./build.odin and ./src/engine_*/engine.odin
All build artifacts will be in the ./.build directory.
- Run
odin run . -- dev run - Wait a few seconds for the program to build the engine and the app
- Change the
src/app.odinand hit save - Within a second the app will reflect the change
- Profit.
Note
Tested on Linux, Windows should be working, but i havent tested there yet.