I am intending to use skia for an app. How to handle events like web input box click, wheel events etc in Skia ? What are the possible events in skia? How to handle events in skia?
Asked
Active
Viewed 644 times
1
-
Skia is a graphics library, not a UI library. Skia does not know about web input boxes or mouse wheels. – f9c69e9781fa194211448473495534 Jul 17 '20 at 18:04
1 Answers
0
React Graphics Library Built on Skia - https://github.com/bridgedxyz/nothing
It'll have Similar api such like Konva React, but built on skia instead. - better performance

softmarshmallow
- 1,034
- 2
- 16
- 31