Skip to content

Just a simple rocket/asteroid game written in Rust using Bevy

Notifications You must be signed in to change notification settings

nic96/bevy-asteroid-game-showcase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bevy-asteroid-game-showcase

Just a simple rocket/asteroid game written in Rust using Bevy

Note: WIP/this is just for me to test out Bevy stuff and learn.

WASM

WASM Demo

Check it out here: jeromyreimer.com/bevy-showcase/rocket

This is how I built the wasm version that is currently in the wasm branch:

rustup target add wasm32-unknown-unknown
cargo install wasm-bindgen-cli
cargo build --target wasm32-unknown-unknown
wasm-bindgen --out-dir public/target --target web target/wasm32-unknown-unknown/debug/bevy_playground.wasm
python -m http.server -d public

About

Just a simple rocket/asteroid game written in Rust using Bevy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages