Bevy Engine: A Data-Driven Game Engine in Rust
Bevy is a free, open-source, modular game engine built in Rust, leveraging an Entity Component System (ECS) architecture. It offers a high-performance, developer-focused environment for building 2D and 3D games across all major desktop and web platforms.
- Uses a high-performance, data-driven ECS architecture
- Supports cross-platform deployment for desktop and web
- Features fast compilation times for iterative development
- Extensible design with modular render pipelines