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

Change graphics library to Skia #153

Open
jmidt opened this issue Jan 3, 2020 · 0 comments
Open

Change graphics library to Skia #153

jmidt opened this issue Jan 3, 2020 · 0 comments

Comments

@jmidt
Copy link
Member

jmidt commented Jan 3, 2020

Right now, we are using NanoVG, which is not actively maintained. We would like to change this to a more modern alternative, such as Skia.

All calls to NanoVG is wrapped in the small wrapper NanoCanvas, so it should be simple to change out the backend without having to rewrite any graphics code in OTTO. We can then extend the wrapper to expose the more advanced features of Skia.

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

No branches or pull requests

1 participant