This is an Odin + raylib 3D isometric game template with hot reloading. It also uses a simple entity component system (ECS) architectural pattern.
Setup the development environment first:
make
Build and start the game:
make dev
Based on karl-zylinski/odin-raylib-hot-reload-game-template.
Model from raylib examples.