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.67k stars 631 forks source link

Musl libc support #833

Open ptrcnull opened 1 year ago

ptrcnull commented 1 year ago

Description

for now, all prebuilts are linked to glibc; it would be nice to also see some musl builds, especially that currently it requires a few patches to even build

Timarrr commented 5 months ago

I would like to see some musl-linked libraries too