Bevy Engine

Bevy Engine

Bevy is a refreshingly simple data-driven game engine built in Rust. In Bevy, all engine and game logic uses Bevy ECS, a custom Entity Component System, the fastest ECS according to some benchmarks. With Bevy you can create and render 2D using sprite sheets, dynamic texture atlases, cameras, textures, and materials and extend the capability of the engine with custom shaders, materials, and render pipelines. It also allows you to create 3D games with a modern and flexible 3D renderer with lights, cameras, meshes, textures, materials, gltf loading custom shaders, materials, and render pipelines. The game engine is developed and released as open source software under the MIT License.

Bevy Engine Information