Skip to content

Wrapper for automatically loading the LWJGL native libraries via JavaNativeLoader. Only works if EasyLWJGL.load is touched before any LWJGL class.

Notifications You must be signed in to change notification settings

bagucode/easy-lwjgl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EasyLWJGL

Java library for easier use of the Lightweight Java Game Library.

LWJGL has native library components that must be dynamically linked to by the Java process before any of the LWJGL Java classes can be used. It can be tricky to get the files to the right places in the file system and to load them in the right order.

EasyLWJGL does that for you.

To use it in your code, simply make sure to call EasyLWJGL.load(); before touching any of the LWJGL classes.

About

Wrapper for automatically loading the LWJGL native libraries via JavaNativeLoader. Only works if EasyLWJGL.load is touched before any LWJGL class.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages