Expand description
Core types shared across the ezu workspace.
- Tile / world coordinate conversions
- Deterministic seeding from world coordinates (for seamless tile rendering)
- Text shaping / layout / drawing (feature
text)
Re-exports§
pub use color::interpolate as interpolate_color;pub use color::InterpSpace;pub use coord::TileId;pub use coord::WorldPos;pub use seed::world_seed;