Skip to content

How to get EGL natives? #1022

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

Open
TheTypholorian opened this issue Nov 20, 2024 · 3 comments
Open

How to get EGL natives? #1022

TheTypholorian opened this issue Nov 20, 2024 · 3 comments

Comments

@TheTypholorian
Copy link

Question

Pretty self-explanatory. I can't seem to find the natives for EGL. The customize download site doesn't include the egl natives. Can't find them with the same syntax as other stuff, like glfw or opengl. I saw this issue, where Spasi says "LWJGL does not ship with an EGL implementation, you have to install one separately." Where do I find this?

@knokko
Copy link
Contributor

knokko commented Nov 24, 2024

Have you already tried what happens if you ignore the EGL natives? Iirc I did not need to install anything myself.

@TheTypholorian
Copy link
Author

It says it's missing the egl natives

@asdfjkluiop
Copy link

Typically your OS or OpenGL driver comes with libegl if EGL is supported. For example on Linux mesa provides an implementation of libegl, I'm not sure about other OSes. It's entirely possible that you can use a windows build of the mesa project for libegl if you really need it but then I don't think you can use your native graphics driver for OpenGL stuff

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

3 participants