Rendering UIElements on WebAssembly via CanvasKit/Skia renderer #10209
kszicsillag
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
Working with Skia has its own set of challenging when dealing with platform integration. Rendering using a Canvas complexifies significantly the integration of Javascript based controls in the UI which a lot of our customers apps are using. That being said, pixel perfectness is generally attainable with what Uno provides already with styling, like fluent or material design systems. Nonetheless, we know that some types of apps can benefit from this type of rendering and the work we're currently doing on the Skia.Gtk backend points at that direction. Is there a specific type of app you're thinking about? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently
Are there any plans for an alternative renderer for wasm, that utilizes Skia/CanvasKit in order to achieve consistent and pixel perfect UI across platforms? Just like Flutter.
Beta Was this translation helpful? Give feedback.
All reactions