/bevy_web_template

Template for a Game using the awesome Bevy engine featuring out of the box builds for Web (Wasm) from the perspective of front-end developers.

Primary LanguageRustMIT LicenseMIT

bevy_web_template

Template for a Game using the awesome Bevy engine featuring out of the box builds for Web (Wasm) from the perspective of front-end developers.

Features

  • 集成 bevy_asset_loader
  • 集成一个游戏菜单

Required

  • rust
  • cargo-watch
  • wasm-pack
  • wasm-bindgen-cli
  • nodejs > 16

Started

  • Install Dependencies
sh build_rust_src.sh
npm install