Simulations using the bevy game engine
cargo run
Web:
cargo build --target wasm32-unknown-unknown
wasm-bindgen --out-name wasm_example \
--out-dir target \
--target web target/wasm32-unknown-unknown/debug/things.wasm
python -m http.server 8888
- Fork
- Commit changes to a branch in your fork
- Push your code and make a pull request