-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Since the Python interpreter moved to its own process, the sdl library is broken and does not work.
A method needs to be found to share a surface with a native process that is not attached to a jvm.
The ndk kinda allows for something similar using the Hardware Buffers, but that results in an EGLImage on the native process side and sdl needs a EGLSurface.
Perhaps it is possible to share the surface using internal apis.