Registry / other / lwjgl
library3.4.1javamavenunverified

The LWJGL core library provides bindings to OpenGL, Vulkan, and other native APIs for game and multimedia development.

<dependency> <groupId>org.lwjgl</groupId> <artifactId>lwjgl</artifactId> <version>3.4.1</version> </dependency>
INSTALL
IMPORT
SIG · LWJGL
L
lwjgl
otherjavav3.4.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

GLFW
org.lwjgl.glfw.GLFW

Initialize GLFW, the window management library commonly used with LWJGL.

import org.lwjgl.glfw.GLFW; import static org.lwjgl.glfw.GLFW.*; public class Example { public static void main(String[] args) { if (!glfwInit()) { throw new IllegalStateException("Unable to initialize GLFW"); } glfwTerminate(); } }
Debug
Known issues
breakingLWJGL 3.x has breaking API changes from LWJGL 2.x, including package restructuring.
fix
Update imports from org.lwjgl.opengl to org.lwjgl.opengl.GL and use new bindings.
affects: >=3.0.0
Upgrade
Version history
3.4.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
lwjgl — mvn dependency:get lwjgl · libregistry