Rust bevy

Open-source Rust projects categorized as bevy

Top 23 Rust bevy Projects

  • bevy

    A refreshingly simple data-driven game engine built in Rust

    Project mention: What Are Const Generics and How Are They Used in Rust? | dev.to | 2024-03-25

    I was working through an example in the repo for the Bevy game engine recently and came across this code

  • valence

    A Rust framework for building Minecraft servers.

    Project mention: I’m on a crusade | /r/rustjerk | 2023-12-06

    Server side: - https://github.com/feather-rs/feather - https://github.com/valence-rs/valence

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • bevy-cheatbook

    Unofficial Reference Book for the Bevy Game Engine

    Project mention: The Bevy Foundation | news.ycombinator.com | 2024-03-12

    I've been using Bevy recently so here are some thoughts on this:

    Firstly, the overall quality is high and seeing this attention being paid to the project's organization is another good sign.

    Documentation is not great great. The Bevy book runs out of content very quickly. The "Cheat Book" has additional useful information: https://bevy-cheatbook.github.io/. With these plus the examples I've been able to figure out everything I need, but it's slow going.

    I'm not 100% sold on ECS. It loses a lot of type safety and there doesn't seem to be any way to ensure cleanup of entities and their components.

  • jumpy

    Tactical 2D shooter in fishy pixels style. Made with Rust-lang 🦀 and Bevy 🪶

    Project mention: Shiftnanigans - 2D Platformer Randomizer | /r/rust | 2023-06-24

    I made a 2D platformer randomization crate called Shiftnanigans (https://github.com/AustinHellerRepo/Shiftnanigans) as part of my work on the open source game Jumpy (https://github.com/fishfolk/jumpy). Within the map editor of Jumpy, the Randomize button will randomize the placement of tiles and elements, maintaining the general structures of the map. I've described the two abstract concepts and sets of structs used to accomplish this functionality below. This is just a general overview, but I am happy to elaborate further if anyone has questions about the algorithms and data structures used.

  • bevy_xpbd

    2D and 3D physics engine based on Extended Position Based Dynamics for Bevy.

    Project mention: The Bevy Foundation | news.ycombinator.com | 2024-03-11

    [2]: https://github.com/Jondolf/bevy_xpbd/issues/346

  • big-brain

    Utility AI library for the Bevy game engine

    Project mention: Here's a large scale ecosystem simulation I built using Rust and Bevy | /r/rust_gamedev | 2023-04-17

    This is the one I referred to https://github.com/zkat/big-brain

  • bevy_egui

    🇺🇦 Please support the Ukrainian army: https://www.comebackalive.in.ua/donate

    Project mention: Monthly Update #7 from the Development of Digital Extinction a FOSS 3D RTS Made With<Bevy> | /r/bevy | 2023-05-03

    I've heard that bevy_egui is good.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • bevy_hanabi

    🎆 Hanabi — a GPU particle system plugin for the Bevy game engine.

  • bevy_game_template

    Template for a Bevy game including CI/CD for web, Windows, Linux, macOS, iOS and Android

  • bevy_mod_picking

    Picking and pointer events for Bevy.

  • bevy_prototype_lyon

    Draw 2D shapes in Bevy

  • foxtrot

    The all-in-one Bevy 3D game template for desktop.

    Project mention: What is the best way to handle "Prefabs" (Or a way to instantiate a preset entity at will) | /r/bevy | 2023-05-10

    The foxtrot template uses this system if you wanted a "real world" example.

  • bevy_asset_loader

    Bevy plugin helping with asset loading and organization

  • strolle

    Experimental real-time renderer with support for dynamic global illumination

  • bevy_mod_scripting

    Bevy Scripting Plugin

    Project mention: Open call for maintainers: bevy_mod_scripting | /r/rust_gamedev | 2023-05-07
  • velo

    App for brainstorming & sharing ideas 🦀 Learning Project

    Project mention: Velo: App for Brainstorming and Sharing Ideas | news.ycombinator.com | 2023-06-19
  • revy

    Proof-of-concept time-travel debugger for the Bevy game engine, built using Rerun.

    Project mention: Revy – proof-of-concept time-travel debugger for the Bevy game engine | news.ycombinator.com | 2024-03-04

    Their organizatio nand release process is top-notch, with some of the most high quality changelogs and migration guides I've ever seen in any project, and releases are rare enough (~about once a quarter) to just not be an issue.

    The community maintains compatibility matrices such as this one [2], and things generally just work :tm:.

    [1] https://www.reddit.com/r/rust/comments/1b6bqv1/revy_proofofc...

    [2] https://github.com/rerun-io/revy?tab=readme-ov-file#compatib...

  • bevy_retro

    Plugin pack for making 2D games with Bevy

    Project mention: Many reasons to always read the LICENSE | /r/linuxmasterrace | 2023-04-09

    https://github.com/katharostech/bevy_retrograde/blob/master/LICENSE.md section 6.2

  • bevy_kira_audio

    A Bevy plugin to use Kira for game audio

  • bevy_mod_raycast

    Unofficial plugin for raycasting in Bevy

  • Game

    A 3D RTS game implemented in Rust. (by DigitalExtinction)

    Project mention: Monthly Update #9 from the Development of Digital Extinction a FOSS 3D RTS Made With<Bevy> | /r/rust | 2023-06-30

    The source code for Digital Extinction is available on GitHub. You can access it via the game's repository: https://github.com/DigitalExtinction/Game.

  • bonsai

    Rust implementation of AI behavior trees. (by Sollimann)

    Project mention: Suggestions for Async Behavior Tree Implementation | /r/rust | 2023-08-18

    Was looking at existing StateMachine and BehaviorTree examples recently and I found the following Behavior Tree crates https://github.com/PistonDevelopers/ai_behavior https://github.com/Sollimann/bonsai

  • punchy

    A 2.5D side-scroller beatemup, made in Bevy

  • SaaSHub

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

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-03-25.

Rust bevy related posts

Index

What are some of the best open-source bevy projects in Rust? This list will help you:

Project Stars
1 bevy 31,701
2 valence 2,251
3 bevy-cheatbook 1,628
4 jumpy 1,520
5 bevy_xpbd 898
6 big-brain 884
7 bevy_egui 771
8 bevy_hanabi 724
9 bevy_game_template 677
10 bevy_mod_picking 634
11 bevy_prototype_lyon 562
12 foxtrot 455
13 bevy_asset_loader 406
14 strolle 355
15 bevy_mod_scripting 319
16 velo 299
17 revy 299
18 bevy_retro 292
19 bevy_kira_audio 291
20 bevy_mod_raycast 276
21 Game 274
22 bonsai 250
23 punchy 246
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com