Registry / utility / lwjgl-opengl

lwjgl-opengl

JSON →
library3.4.1javamavenunverified

Lightweight Java Game Library binding for OpenGL graphics API.

<dependency> <groupId>org.lwjgl</groupId> <artifactId>lwjgl-opengl</artifactId> <version>3.4.1</version> </dependency>
INSTALL
IMPORT
SIG · LWJGL-OPENGL
L
lwjgl-opengl
utilityjavav3.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.

GL11
org.lwjgl.opengl.GL11

Clear the color buffer using OpenGL.

import org.lwjgl.opengl.GL11; public class OpenGLExample { public static void main(String[] args) { GL11.glClear(GL11.GL_COLOR_BUFFER_BIT); } }
Debug
Known issues
gotchaLWJGL 3.x requires native libraries; ensure they are included in classpath.
fix
Use LWJGL's platform-specific natives or Gradle plugin.
affects: >=3.0
Upgrade
Version history
3.4.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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