Skip to content

micttyoid/bevy-t3pw-templatoid

 
 

Repository files navigation

Bevy T2PW Templatoid

Forked from Bevy_new_2d

Start

Clone the repository

git clone https://github.com/micttyoid/bevy-t3pw-templatoid.git
cd bevy-t3pw-templatoid

You may compile the latest version of the CLI from scratch using cargo install

cargo install --git https://github.com/TheBevyFlock/bevy_cli --tag cli-v0.1.0-alpha.2 --locked bevy_cli

Run it on your browser

bevy run web --open

If you want to run it on your desktop (not on your browser)

cargo run

If you don't have:

Note on the external tileset(tsx) used in a map file(tmx)

The current work around:

  • Use external tileset
  • Embed exactly the same tileset (but don't use it)

Why is this necessary even if embedding a tileset effectively the same as using the embedded tileset

  • Versatility/just-work for your non-technical teammate

TODO

  • Document better
  • Featurize aseprite support
  • Bring good stuff back from the mainstream: comments

About

This template-like is a great way to get started on a new 2D Topdown Tiled Physics Web-compatible (T3PW) Bevy game!

Resources

License

Stars

5 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 100.0%