Skip to content

ImplodedPotato/odin-rl-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Odin, Raylib, Hot Reload, and Web template

A template in Odin which supports Hot Reloading in Raylib, while also supporting wasm through Emscripten.

To build:

./build.sh <run/web> <run/web> 
  • Building with just ./build.sh will build the hot hot reloadable executable + dylib
  • run will run it
  • web will compile it to wasm (requires emcc)
  • Running run and web will start up a localhost server through python3 -m http.server

Details:

  • 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.

About

No description, website, or topics provided.

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE-FROM-TEMPLATE

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors