bevy-website
bevy_prototype_lyon
bevy-website | bevy_prototype_lyon | |
---|---|---|
18 | 6 | |
224 | 754 | |
9.4% | 1.5% | |
9.7 | 7.7 | |
1 day ago | 19 days ago | |
JavaScript | Rust | |
MIT License | Apache License 2.0 |
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-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
bevy_prototype_lyon
- Canvas API for Bevy?
-
Rendering 2D objects over-top 3D
I am writing a 3D game, and I would like to have a radial (or "pie") menu render over-top the user's current view of the game world. Bevy UI seems exclusive to rectilinear elements, so I have been writing my own using the bevy_prototype_lyon library to draw the annular sector element, and then using bevy UI text nodes to write the text.
-
How do I draw shapes?
You should also check out bevy-prototype-lyon. Very nice to work with
-
Guitar tab viewer in Rust and Bevy, working on desktop and WASM.
It works rather smooth considering that I didn't put much time into it yet, mostly using bevy_prototype_lyon for the rendering, did create some helping logic to make the entity creating and updating easier to manage (any update to the shapes after creation need to replace it with a new one, so can be quite tedious), also some super basic layouting for grids and docking views.
-
A simple 2D pinball game made with Rust, Bevy and Rapier
I use bevy_prototype_lyon to create shapes https://github.com/Nilirad/bevy_prototype_lyon
- Bevy 0.5: data oriented game engine built in Rust
What are some alternatives?
matchbox - Painless peer-to-peer WebRTC networking for rust wasm (and native!)
bevy_text_mesh - A bevy 3D text mesh generator for displaying text
docs.rs - crates.io documentation generator
roguelike-bevy-crossterm - Following Herbert Wolverson's Roguelike Tutorial - In Rust (https://bfnightly.bracketproductions.com/rustbook/), using bevy and crossterm.
egui - egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native
bevy_kira_audio - A Bevy plugin to use Kira for game audio