Crate pixel_game_lib
source ·Expand description
This crate has been renamed to chuot and is deprecated. If you want to take over the crate name send me a message!
Re-exports§
pub use assets::asset;pub use assets::asset_owned;pub use window::window;pub use taffy;pub use vek;
Modules§
- Wrapper around a pixel buffer.
 - Render a simple ASCII bitmap font.
 - Layout, draw and interact with gui widgets.
 - Mathematical primitives and helpers.
 - XPBD based physics engine.
 - Blittable sprite definitions.
 
Traits§
- Setup a game with a shared state and run it.