Skip to content

yopox/bevy_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ⚡️

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published