Skip to content

Kerollmops/la-bevy-jam-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

La Bevy Jam #1

Our participation to the Bevy Jam #1.

Installation

rustup target install wasm32-unknown-unknown

cargo build --target wasm32-unknown-unknown

cargo install wasm-server-runner cargo-watch
cargo watch -cx 'run'

# You can also debug the 2d heron/rapier collision boxes
cargo watch -cx 'run --features debug-2d'