euv-engine 0.11.0

A high-performance 2D game engine built on the euv framework, featuring ECS, fixed-timestep game loop, canvas rendering, physics, collision detection, sprite animation, and audio.
Documentation
1
2
/// The default name assigned to an entity when none is provided.
pub(crate) const DEFAULT_ENTITY_NAME: &str = "Entity";