Closed FourteenBrush closed 3 months ago
Maybe remove the need for clay.ID in components, and pass the id string instead?
It would certainly make things more ergonomic - but I have plans to turn the result of clay.ID
into a richer datatype than u32
in future, and it will be less painful in terms of breaking changes if I can just swap the return type and params underneath 🙂
Oops, pressed the close button by mistake.
I will merge this a little later today when I have time 👍
c.uint32_t
,c_uint64_t
, etc with their respective odin typeclay.MakeString
onText()
, possibly other proceduresIDI
, now uses a default param onID
Some other considerations:
clay.ID
in components, and pass the id string instead?