LWJGL / lwjgl3

LWJGL is a Java library that enables cross-platform access to popular native APIs useful in the development of graphics (OpenGL, Vulkan, bgfx), audio (OpenAL, Opus), parallel computing (OpenCL, CUDA) and XR (OpenVR, LibOVR, OpenXR) applications.
https://www.lwjgl.org
BSD 3-Clause "New" or "Revised" License
4.83k stars 642 forks source link

How to get EGL natives? #1022

Open TheTypholorian opened 6 days ago

TheTypholorian commented 6 days ago

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 commented 1 day ago

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