brkrs is a Breakout/Arkanoid-style game built in Rust using the Bevy engine, with physics powered by bevy_rapier3d. The architecture is ECS-first (Entity Component System), meaning all game logic and state are managed through entities, components, .. ...