bevy_spine
bevy-website
bevy_spine | bevy-website | |
---|---|---|
1 | 18 | |
5 | 193 | |
- | 1.0% | |
0.0 | 9.7 | |
about 3 years ago | 5 days ago | |
Rust | JavaScript | |
- | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
bevy_spine
-
Bevy 0.5: data oriented game engine built in Rust
Thanks for chiming in :) Animation is a common request, and definitely still not-very-usable.
Thanks to the work of lassade, our resident animation expert, I expect we should have basic animation in place for 0.6. For skeletal animation in particular, they've been prototyping with a crate of their own [0] to hook into Bevy that seems like an excellent proof-of-concept.
0: https://github.com/lassade/bevy_spine
bevy-website
-
Bevy 0.14 – Data driven game engine
There is a Rust tool named `generate-release` within the website repository[0]. It handles interacting with the Github API to get a list of significant changes, breaking changes, and contributors. (The main Bevy repository has pull request labels for all of these, so this is pretty easy.)
[0]: https://github.com/bevyengine/bevy-website
-
The Bevy Foundation
https://github.com/bevyengine/bevy-website/issues/1097 Yep, on our wishlist and will be added :)
-
Bevy 0.11: ECS-driven game engine built in Rust
We'd like to open the floodgates on Bevy Book development asap. This taking so long has largely been my fault ... I've been overly protective of the Bevy Book while also not giving it the attention it deserves. Here is our current plan: https://github.com/bevyengine/bevy-website/issues/623#issuec..., which I'd like to execute during the next cycle.
-
Android support?
Latest Progress: https://github.com/bevyengine/bevy-website/pull/550/files
-
Bevy 0.8
I do want previews though.
-
Programming a Rogue-Like with Rust
API docs, examples and the revised book: https://github.com/bevyengine/bevy-website/pulls?q=is%3Aopen...
Strongly agreed on the need for better introductory material; the existing book is extremely incomplete.
> I don't have this clear. Are 5/6 teams actually building commercial games with Bevy, or they just planning to do it in the future? This is a crucial distinction.
I know of 2 released commercial projects, the CAD team, a few indie devs who have started and 3 or so small studios who are looking to start. There's a little thread in the Discord where I've rounded folks up: [Bevy in production](https://discord.com/channels/691052431525675048/995713618526...).
- Bevy 0.6 to 0.7 Migration Guide
-
How Bevy uses Rust traits for labeling
We also do some real cleverness around split borrows in order to enable automatic system parallelism. This draft book page goes into more concrete details :)
-
Bevy 0.6
Can do
-
Not Snake - my first game released made with Bevy
I used the unofficial bevy cheatbook a lot to learn the ropes. Everyone on the discord is super friendly and helpful and the official documentation is being updated, you can check out the PRs on the book branch