Skip to content
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

Share surfaces with native process #20

Open
Abestanis opened this issue Mar 20, 2018 · 0 comments
Open

Share surfaces with native process #20

Abestanis opened this issue Mar 20, 2018 · 0 comments

Comments

@Abestanis
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant