Expand description
§Egor
A dead simple cross-platform 2D graphics engine
egor
is a minimal, modular toolkit for building 2D applications, games, or tools
It avoids heavy abstractions & gives you direct, high-level control over rendering,
input, timing, the event loop & more
egor
is a meta crate that re-exports commonly used egor_*
crates for convenience:
egor_render
— WGPU-based 2D renderingegor_app
— windowing, input, & main loop