tidbyt / pixlet

Build apps for pixel-based displays ✨
https://tidbyt.com
Apache License 2.0
774 stars 109 forks source link

Extract drawing operations to Canvas interface #1019

Closed rohansingh closed 7 months ago

rohansingh commented 7 months ago

Extract drawing operations to a Canvas interface, and make NewGgCanvas the default implementation. This allows us to have canvas implementations with other backends (like Skia).