-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any plans or possibilities to use JSI? #57
Comments
Recently (at least a year) I have no time to rewrite everything to JSI, if you desire JSI performance, maybe you can try react-native-skia just 2d, but react-native-gcanva support 2d and 3d, so react-native-skia is not considered. And which api is fit good between react-native-gcanvas and react-native-reanimated2, for example? |
I meant js woklets, or a woklet hook, it seems the react-native-gcanvas js API can be left the same as it is now. I don't know about the difficulty of translating to JSI, is it very labor intensive? p.s. I can't use those libraries, because I have a lot of business logic tied to the canvas API |
Do you mean With some blog about JSI I've read, translating to JSI need re-write every code so it is very labor intensive. |
I hope that one day it will be possible :) |
Hello, thanks for your work, appreciate it :)
Your tool opens the opportunity to use many libraries and algorithms from web development.
But animation rendering requires JS calculation and some things cannot work normally due to the calculation lags of each frame.
JSI can solve this problem.
Have you think about the opportunity to use it with JSI?
I seems like existing API of react-native-gcanvas api will fit good to the approach that used in react-native-reanimated2 or react-native-skia.
The text was updated successfully, but these errors were encountered: