This Week in Bevy

What happened this week in the Bevy Engine ecosystem

Links

Bevy 0.17 is out

2025-09-29

Showcase

Bevy work from the #showcase channel in Discord and around the internet. Use hashtag #bevyengine.

arpg

modular ability system

showcase

Continued work on a modular ability system for an ARPG. Plenty of details about what specifically is being shown is available in the Discord thread.

snake

Snake

showcase

An open source Snake implementation!

rerecase + feathers

rerecast + feathers

showcase

An update to rerecast's navmesh editor to the new feathers UI in 0.17.

to build a home loading screen

To Build a Home Loading Screen

showcase

A wip loading screen for To Build a Home

visual novel engine

Visual Novel Engine

showcase

A demo of a visual novel engine with a proprietary DSL.

wild west roguelike

wild west roguelike

showcase

This wild west roguelike is built with bevy_ecs and macroquad

bevy_rts_camera

Migrating to bevy_rts_camera

showcase

A migrated camera system that now uses bevy_rts_camera. The demo shows off looking at a number of star types.

cpu egui

CPU Egui render backend

showcase

glass ui

Glass UI

showcase

Making use of bevy_blur_regions to build a glassy UI

Crates

New releases to crates.io and substantial updates to existing projects

Bevy Replicon 0.35.0

crate_release

bevy_replicon is a crate for server-authoritative networking.

0.35 brings revamped examples and new features like an Unreal Engine Iris inspired priority system and Replication Filters.

bevy_cli v0.1.0-alpha.2

crate_release

The Bevy CLI is a command-line tool hacked on by the bevy_cli working group that streamlines work on projects. This release includes key improvements such as:

  • Automatically configuring the correct getrandom backend when building a project for the web
  • Easily listing and installing specific versions of the Bevy Linter
  • Unstable support for enabling web multi-threading, useful when depending on crates like bevy_seedling
  • Faster compile times and improved template support by relying on cargo-generate in its executable form, rather than bundling it as a library
  • Many bug fixes, small quality-of-life changes, and documentation improvements

You can find the live documentation for this release here. You may also be interested in the changelog and the migration guide.

You can install the CLI using:

cargo install --git https://github.com/TheBevyFlock/bevy_cli --tag cli-v0.1.0-alpha.2 --locked bevy_cli

bevy_mod_scripting 0.16

crate_release

bevy_mod_scripting represents an initial attempt to enable scripting within Bevy's existing framework

bevy_immediate

crate_release

bevy_immediate, a UI library for Bevy that introduces an immediate mode approach to UI construction while leveraging Bevy’s ECS-powered retained UI.

No devlogs this week
No Educational this week
Pull Requests Merged This Week
Contributing

Want to contribute to Bevy?

Here you can find two types of potential contribution: Pull Requests that might need review and Issues that might need to be worked on.

How do I contribute?

Pull Requests Opened this week

Issues Opened this week