All engine and game logic uses Bevy ECS, a custom Entity Component System . Fast: Massively Parallel and Cache-Friendly. The fastest ECS according to some benchmarks; Simple: Components are Rust structs, Systems are Rust functions Capable: Queries, Global Resources, Local Resources, Change Detection, Lock-Free Parallel Scheduler