react-native-skia
react-native-skia copied to clipboard
Rendering using Android hardware buffers
This PR is a prototype that offers the same native view/Skia synchronization as we currently have but the big difference here is that we fully control the process. The TextureView is complete opaque and we don't control the frame drop policy.
- [ ] Fix rendering loop, investigate if it can be improved.
- [ ] Investigate if we can create the hardware buffer directly (SkSurfaces::WrapAndroidBuffer)
- [ ] Cleanup
- [ ] Test first time to frame
- [ ] Make it backward compatible (create two separate renderer)
- [ ] much more things to be done here