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.76k stars 636 forks source link

why is linux x86 natives missing from lwjgl3? #761

Closed jredfox closed 2 years ago

jredfox commented 2 years ago

Question

linux definitely has x86(32 bit) support so why are the natives missing for this? is this a bug? games like minecraft still support 32 bit and I see you have 32 bit on other platforms so why is linux missing?

octylFractal commented 2 years ago

Duplicate of https://github.com/LWJGL/lwjgl3/issues/162.

jredfox commented 2 years ago

@octylFractal what about missing natives in macOs? they should also have powerpc64 and powerpc32?