You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a partial successor to #16, mapping out how custom draw routines are supported. It should support both:
a medium-level API independent of the toolkit backend, providing things like "draw quad" (provided by kas::draw::Draw already, but needs plenty of refinement)
a low-level API providing direct access to whatever draw API the toolkit uses (I have some ideas, just needs some hacking)
The text was updated successfully, but these errors were encountered:
This is a partial successor to #16, mapping out how custom draw routines are supported. It should support both:
kas::draw::Draw
already, but needs plenty of refinement)The text was updated successfully, but these errors were encountered: