Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draw APIs #17

Closed
2 tasks done
dhardy opened this issue Dec 8, 2019 · 1 comment · Fixed by #64
Closed
2 tasks done

Draw APIs #17

dhardy opened this issue Dec 8, 2019 · 1 comment · Fixed by #64
Milestone

Comments

@dhardy
Copy link
Collaborator

dhardy commented Dec 8, 2019

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)
@dhardy dhardy mentioned this issue Jan 24, 2020
6 tasks
@dhardy dhardy added this to the 0.3 release milestone Jan 29, 2020
@dhardy
Copy link
Collaborator Author

dhardy commented Feb 24, 2020

#63 enabled usage of the medium-level API for widget drawing; some other recent work improved this API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant