Bevy 0.14 – Data driven game engine

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Civic Auth - Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com
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-website

    The source files for the official Bevy website

    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

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. pyri_state

    A flexible `bevy_state` alternative

    You can also check out my 3rd-party crate `pyri_state` for easier state refreshing (https://github.com/benfrankel/pyri_state/blob/main/examples/...) + other features like state pattern-matching. Just released v0.2.0 for bevy 0.14 :)

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

  • MongoDB Views or Materialized Views: When to Use?

    1 project | dev.to | 22 Apr 2025
  • How to Add Real-Time Chat to Your AWS-Based Application

    3 projects | dev.to | 22 Apr 2025
  • OAuth Explained

    1 project | news.ycombinator.com | 21 Apr 2025
  • Automatic Game Deployment on Alibaba Cloud Using GitHub Actions

    1 project | dev.to | 21 Apr 2025
  • Experimenting mcp-go, AnythingLLM and local LLM executions

    5 projects | dev.to | 21 Apr 2025

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?