euv-engine 0.9.1

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
3
4
5
6
7
8
9
mod r#const;
mod r#enum;
mod r#impl;
mod r#struct;
mod r#trait;

pub use {r#enum::*, r#struct::*, r#trait::*};

pub(crate) use r#const::*;