-
Notifications
You must be signed in to change notification settings - Fork 31
Home
Nick Kovalsky edited this page Jul 19, 2025
·
15 revisions
Rendering engine to draw your UI on a Skia canvas, with gestures and animations, designed to draw pixel-perfect custom controls instead of using native ones.
Supports iOS, MacCatalyst, Android, Windows.
- To use inside a usual MAUI app, consume drawn controls here and there inside
Canvasviews. - Create a totally drawn app with just one
Canvasas root view,SkiaShellis provided for navigation. - Drawn controls are totally virtual, these are commands for the engine on what and how to draw on a skia canvas.
- Free to use under the MIT license, a nuget package is available.