Why is it so difficult to learn to use Bevy?

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

Nutrient - The #1 PDF SDK Library
Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.
nutrient.io
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. bevy_roguelike

    roguelike system implemented using bevy

    Check this: https://github.com/tomuxmon/bevy_roguelike if you are still into bevy. Scheduling is a bit bork and I have not found time to port it to latest bevy. But most of the systems should work fine(if used on latest bevy). But again. If you want faster result go with something like Godot. In fact, just go with Godot. It is mature, easy to start, no lock in(free and MIT license), a lot of learning material. Also with Godot you can also use Rust https://godot-rust.github.io/. Ditch Unity (do not have time to explain 😅). Have fun!

  2. Nutrient

    Nutrient - The #1 PDF SDK Library. Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.

    Nutrient logo
  3. gdnative

    Rust bindings for Godot 3

    Check this: https://github.com/tomuxmon/bevy_roguelike if you are still into bevy. Scheduling is a bit bork and I have not found time to port it to latest bevy. But most of the systems should work fine(if used on latest bevy). But again. If you want faster result go with something like Godot. In fact, just go with Godot. It is mature, easy to start, no lock in(free and MIT license), a lot of learning material. Also with Godot you can also use Rust https://godot-rust.github.io/. Ditch Unity (do not have time to explain 😅). Have fun!

  4. rusty_engine

    2D game engine for learning Rust

    One of the guys who contributed to Bevy made a wrapper around it called Rusty Engine. It vastly simplifies what you need to do to bootstrap a game with Bevy while introducing you more gently to the concepts you will need to learn when transitioning to a full Bevy project.

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
  • Fyrox Game Engine 0.29

    3 projects | news.ycombinator.com | 10 Jan 2023
  • Bevy 0.9: data oriented game engine built in Rust

    6 projects | /r/gamedev | 12 Nov 2022
  • Question on Queries / With

    2 projects | /r/bevy | 24 Oct 2022

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