25 Free Bevy & Rust Game Development Resources (2026 Edition)

25 Free Bevy & Rust Game Development Resources (2026 Edition)

Curated list of 25 free Bevy engine and Rust game development resources: official docs, ECS crates, physics, audio, asset pipelines, and deployment tools so you can ship 2D and 3D games with Bevy in 2026.

Bevy Engine

Game Engine

Free, open-source data-driven game engine built in Rust with ECS, 2D/3D renderer, and built-in editor.
Perfect for: indie 2D/3D games, rapid prototyping, Rust-native workflows

Free official Bevy book covering setup, ECS, assets, and examples.
Great for: beginners, API reference, best practices

Rapier (Physics)

Physics Engine

Free Rust physics engine with 2D/3D rigid body, colliders, and queries. Official Bevy integration via bevy_rapier.
Perfect for: platformers, simulations, performance-critical physics

bevy_rapier

Bevy Plugin

Free Bevy plugin for Rapier physics with components and systems.
Includes: rigid bodies, colliders, sensors, debug render

bevy_kira_audio

Bevy Plugin

Free Bevy audio plugin built on Kira for sounds and music with spatial and streaming support.
Perfect for: SFX, background music, 3D audio

Free asset loading plugin for declarative loading and loading states.
Great for: splash screens, preloading, clean startup

bevy_ecs_tilemap

Bevy Plugin

Free tilemap plugin for Bevy with chunked maps and layers.
Perfect for: 2D platformers, top-down games, level editing

Free curated list of Rust gamedev crates and resources.
Includes: engines, libraries, learning links

Free runnable examples in the Bevy repo for ECS, input, UI, and 3D.
Perfect for: learning patterns, copy-paste starters, API discovery

Free community list of Bevy plugins, crates, and learning resources.
Great for: plugin discovery, tutorials, showcase projects

Free quick-reference for Bevy ECS, systems, and common tasks.
Perfect for: syntax lookup, queries and commands, cheat sheet

Free distribution: Bevy games on itch.io and all Bevy crates on crates.io.
Includes: WASM builds, native binaries, dependency management

Free community support for Bevy and Rust gamedev.
Great for: help, showcases, plugin announcements