Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kerollmops/la-bevy-jam-1

Our participation to the Bevy Jam #1
https://github.com/kerollmops/la-bevy-jam-1

bevy jam rust wasm

Last synced: 7 days ago
JSON representation

Our participation to the Bevy Jam #1

Awesome Lists containing this project

README

        

# La Bevy Jam #1

Our participation to [the Bevy Jam #1](https://itch.io/jam/bevy-jam-1).

## Installation

```bash
rustup target install wasm32-unknown-unknown

cargo build --target wasm32-unknown-unknown

cargo install wasm-server-runner cargo-watch
```

```bash
cargo watch -cx 'run'

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