Skip to content

acvogel/bevy_paratrooper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paratrooper

Play from source code (Linux and MacOS)

  1. Install Rust
  2. Clone repository: git clone [email protected]:acvogel/bevy_paratrooper.git
  3. Compile and run: cd bevy_paratrooper; cargo run --release

Webasm Build

  • Disable kira audio plugin dependency and plugin
  • cargo build --release --target wasm32-unknown-unknown
  • wasm-bindgen --out-dir out --target web target/wasm32-unknown-unknown/release/bevy_paratrooper.wasm
  • Update ./out/ files on web branch

Windows Build

cargo build --target=x86_64-pc-windows-gnu --release

Assets

itch.io publish

Use publish.sh with updated VERSION. Requires local butler install and itch.io credentials.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published