extension-rive icon indicating copy to clipboard operation
extension-rive copied to clipboard

Update Editor to use new Rive renderer

Open JCash opened this issue 8 months ago • 0 comments

Since the editor uses an old OpenGL context, we need to render the scene outside of the editor.

  • Add functionality to our plugin, that can render a Rive scene to a render target
  • Pass the render target back to Editor as an rgba buffer
  • Editor updates its own texture, using the returned buffer
  • Editor renders the texture

JCash avatar Jun 08 '25 08:06 JCash