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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: