Expand description
§matcat
A compact material catalog system.
Materials are identified by a 5-byte code (MatCatId) and deterministically
expanded into full property sets (MatProps) using procedural generation.
Public API is kept flat: just use matcat::....
Re-exports§
pub use materials::MatCatId;pub use materials::MatProps;pub use materials::props_for;pub use materials::find_closest_material;pub use category_ranges::*;