Skip to content

Graffica/lwjgl3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LWJGL - Lightweight Java Game Library 3.0

WORK IN PROGRESS: This repository is experimental. Feel free to explore, build and use (or even contribute!), but this is NOT a feature complete version of LWJGL.

The Lightweight Java Game Library (LWJGL) is a solution aimed directly at professional and amateur Java programmers alike to enable commercial quality games to be written in Java. LWJGL provides developers access to high performance crossplatform libraries such as OpenGL (Open Graphics Library), OpenCL (Open Computing Language) and OpenAL (Open Audio Library) allowing for state of the art 3D games and 3D sound. Additionally LWJGL provides access to controllers such as Gamepads, Steering wheel and Joysticks. All in a simple and straight forward API.

Website: http://lwjgl.org Forum: http://lwjgl.org/forum Bugs/Suggestions: https://github.com/LWJGL/lwjgl/issues

Compilation

LWJGL requires a JDK and Ant installed to compile, as well as your platform's native compiler to compile the JNI.

  • ant compile-templates

  • ant compile

  • ant compile-native

  • ant tests

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 60.9%
  • Java 31.0%
  • C 6.1%
  • JavaScript 1.8%
  • Other 0.2%