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. observed · 2026-08-28
Health v2 · maintenance only
95/100
- Activity 99
- Release rhythm 87
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 41
- age_days: 5001
- days_rel: 10
- days_push: 10
- n_releases_24m: 6
Adoption not part of the score
5435 stars · 713 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
LWJGL 3 is a Java library providing cross-platform, high-performance bindings to native APIs such as OpenGL, Vulkan, OpenAL, OpenCL, and OpenXR. It is a low-level enabling library rather than a game engine or framework, suitable as a foundation for graphics, audio, compute, and XR applications on the JVM.
Use cases
- render graphics with OpenGL or Vulkan from Java
- build a game engine on the JVM
- access OpenAL audio in a Java application
- run GPU compute kernels via OpenCL or CUDA from Java
- develop VR/XR applications with OpenXR in Java
- create windowed applications with GLFW bindings
When to choose
- you need direct, low-level access to native graphics/audio/compute APIs from Java or Kotlin
- you are building your own engine or framework and want a solid binding layer
- you need cross-platform native access with Maven/Gradle integration
When to avoid
- you want a ready-made game engine or high-level framework
- you are a novice who needs higher-level utilities and abstractions
- your project does not run on the JVM
Facets
library · maturity stable
graphics audio-processing gpu-computing sdk graphics cross-platform cross-platform jvm windows native-bindings opengl vulkan openal opencl openxr glfw game-library jni ffm game-development linux macos
2 sources
- readme: https://github.com/LWJGL/lwjgl3 · fetched 2026-08-28 · 28c9625aa9c9
- homepage: https://www.lwjgl.org · fetched 2026-08-29 · 6b70fc8515d9
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| LWJGL/lwjgl3 | main | 95 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem