Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kerollmops/la-bevy-jam-1
- Owner: Kerollmops
- License: mit
- Created: 2022-02-26T11:23:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-04T17:56:24.000Z (almost 3 years ago)
- Last Synced: 2025-01-02T20:57:57.459Z (8 days ago)
- Topics: bevy, jam, rust, wasm
- Language: Rust
- Homepage: https://kerollmops.itch.io/pong-fighter
- Size: 8.19 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-unknowncargo 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'
```