Skip to content
forked from LWJGL-CI/lwjgl3

LWJGL 3.0 - A ground-up rewrite of LWJGL. Work in progress.

Notifications You must be signed in to change notification settings

darkyellow/lwjgl3

 
 

Repository files navigation

LWJGL - Lightweight Java Game Library 3

This repository hosts LWJGL 3, the complete rewrite and next major version of LWJGL. Everything you need to know about the project can be found in the Wiki. Other useful links:

For a quick overview of the project structure, installation instructions and configuration options, see doc/README.

For migrating LWJGL 2 code to LWJGL 3, see the Migration Guide.

LWJGL 3 can be used with Maven/Gradle/Ivy, with the following dependencies:

org.lwjgl:lwjgl:${version}
org.lwjgl:lwjgl-platform:${version}:natives-windows
org.lwjgl:lwjgl-platform:${version}:natives-linux
org.lwjgl:lwjgl-platform:${version}:natives-osx

where ${version} is a version (e.g. 3.0.0b) released on Maven Central. Nightly builds are also available from the Sonatype Nexus repository, with a snapshot build version (e.g. 3.0.0-SNAPSHOT).

Example code:

About

LWJGL 3.0 - A ground-up rewrite of LWJGL. Work in progress.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 68.9%
  • C 17.8%
  • Java 12.6%
  • Other 0.7%