Expand description
The toolkit boundary’s dictionary: geom and paint ↔ egui, one conversion per type.
Two extension traits rather than From impls, because neither
blockworx-geom nor blockworx-paint names an egui-family crate — normal,
build or dev — so neither side of a pair can own the impl. A call site says
.egui() when it is about to hand a value to an egui API and .geom() when
it has just taken one back, which reads as the crossing it is.
Macros§
- xy 🔒
- One
x/ypair to another.
Traits§
- Into
Egui - Geom → egui, at the point an egui API is called.
- Into
Geom - egui → geom, at the point a value comes back across the boundary.