Using react-native-skia for raster drawing tool #1881
Replies: 1 comment 9 replies
-
I think Skia could be used for that definitely. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I want to ask something for research purpose of this library.
Can I use this library to handle raster drawing? I want to use this as pixel art drawing tool.
Will this library can handle it to make it performance? Pixel art just need a few pixel to handle so maybe it will be okay.
But probably user can scale the size, so they can use it as normal drawing app.
Is there is no way to draw it into pixel buffer rather than path?
I don't really know how painting software handle their drawing logic.
So maybe someone can give me insight.
Beta Was this translation helpful? Give feedback.
All reactions