Skip to content

rakivo/rust-raylib-hotreload-wasm-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The simplest raylib hotreload example in Rust

Quick start

To run natively:

$ cargo run --features=native

To run in browser:

$ cargo build --target=wasm32-unknown-unknown --features=web
$ python -m http.server
$ <browser> http://0.0.0.0:8000/

About

The simplest raylib hotreload example in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published