Skip to main content

Crate ezu_core

Crate ezu_core 

Source
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;

Modules§

color
Colour-stop interpolation in a selectable colour space.
coord
Web-Mercator tile / world coordinate utilities.
seed
Deterministic seeding from world coordinates.