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 duration of a single animation frame in seconds.
pub(crate) const SPRITE_DEFAULT_FRAME_DURATION: f64 = 0.1;