A template in Odin which supports Hot Reloading in Raylib, while also supporting wasm through Emscripten.
./build.sh <run/web> <run/web> - Building with just
./build.shwill build the hot hot reloadable executable + dylib runwill run itwebwill compile it to wasm (requires emcc)- Running
runandwebwill start up a localhost server throughpython3 -m http.server
- Based off of odin-raylib-hot-reload-game-template. Although most of the architecture was refactored, there are still strong reminisces of it left, such as the js file and emscripten specific functions.
- The web version currently does not support hot reloading.