Bevy 0.9: data oriented game engine built in Rust

This page summarizes the projects mentioned and recommended in the original post on /r/gamedev

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. bevy

    A refreshingly simple data-driven game engine built in Rust

    there are a bunch of great examples on the Bevy engine github, the unofficial Bevy cheat book is an amazing resource, and there are a bunch of games on itch.io under the Bevy tag that are almost all open source.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. awesome-bevy

    A collection of Bevy assets, plugins, learning resources, and apps made by the community

    Bevy still has functionality gaps in most areas. And we still warn developers about stability and missing features in our learning material. But many people are successfully making games with Bevy at this point. Some companies are already successfully building on Bevy for commercial projects. Our modular "everything is a Rust plugin" approach means that most gaps can be filled with 3rd party plugins, and we already have a large ecosystem of people doing that: https://bevyengine.org/assets/.

  4. bevy

    My fork of bevy with OpenXR support (by kcking)

    Ultimately Bevy will have XR support. There is a Bevy OpenXR branch here that I'm hoping will ultimately lead to official support.

  5. bevy_editor_pls

    In-App editor tools for bevy applications

    It's on of the primary initiatives right now. Games are not developed by only programmers, we're well aware of that. There are a few ongoing existing ecossytem level efforts like bevy_editor_pls. For an official editor, we're just lacking the UI tooling to fully flesh it out right now. Like Godot, Bevy's dogfooding it's own UI solution for the official editor, but it's not quite there yet. Bevy isn't alone in this. There's a smorgasbord of ongoing work in the Rust for UI space, and there's quite a bit of greenfield efforts to develop a data-oriented or ECS style approach to UI layouting and management. Once we have this a bit more hammered down, it's just a matter of time before an official editor becomes available.

  6. rusty_engine

    2D game engine for learning Rust

    If you are the kind of person who wants to learn Rust first, and then Bevy later, then I suggest starting with Rusty Engine (full disclosure, I'm it's author). It is a simplification layer around Bevy that removes almost all game engine concepts, so you can practice out your beginner Rust skills making simple game prototypes.

  7. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • What are the disadvantages of Rust?

    3 projects | /r/rust | 2 Feb 2023
  • And it was surprisingly easy to install and get going, too...

    2 projects | /r/ProgrammerHumor | 29 Jan 2023
  • Question on Queries / With

    2 projects | /r/bevy | 24 Oct 2022
  • How to create collisions ?

    2 projects | /r/bevy | 13 Jul 2022
  • Sharing Saturday #418

    4 projects | /r/roguelikedev | 10 Jun 2022

Did you know that Rust is
the 5th most popular programming language
based on number of references?