Skip to content

0.14.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Aug 12:28
New game template built from scratch c:

Takes inspiration from the newly released thebevyflock/bevy_quickstart
and refactors some of the old ideas in hello-bevy.

Addtionally, most of the bevy specific plugins have been removed to
avoid having too many dependencies, and now only a handful remain. The
functionality for other plugins has been implemented in vanilla bevy
tailored to the use case of the template.

This is now more modular and structured, and it has documentation and
examples. Again, this is still opinionated and targeted to how I find
it useful to structure code and the games I want to make, it is not a
general template.

There is still work to do, namely add key remapping and bring back text
to speech, but now it has a good base from which to grow.