yopox / bevy_template

A template to start developing Bevy games fast ⚡️

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bevy game template

How to run

  • Desktop build:
cargo build
  • Web build:
trunk build --release
sed "s@'/@'./@g; s@\"/@\"./@g" ./dist/index.html > ./dist/temp.html
mv ./dist/temp.html ./dist/index.html

About

A template to start developing Bevy games fast ⚡️

License:Apache License 2.0


Languages

Language:Rust 85.0%Language:JavaScript 11.3%Language:HTML 2.2%Language:CSS 1.5%