react-native-skia icon indicating copy to clipboard operation
react-native-skia copied to clipboard

Rendering using Android hardware buffers

Open wcandillon opened this issue 2 years ago • 0 comments

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

wcandillon avatar Jan 09 '24 12:01 wcandillon