Top "Lwjgl" questions

The Lightweight Java Game Library (LWJGL) allows access to high performance crossplatform libraries such as OpenGL, OpenCL and OpenAL to write state of the art 2D and 3D applications with Java.

java.lang.NoClassDefFoundError: org/lwjgl/LWJGLException

Trying to work on a game for school and I keep getting a "java.lang.NoClassDefFoundError: org/lwjgl/LWJGLException" when …

java lwjgl noclassdeffounderror classnotfoundexception slick2d
Write text on the screen with LWJGL

I want to write text on the screen for my game, for things like fps, random text for items and …

java lwjgl slick2d
Convert yaw, pitch AND roll to x,y,z vector in world coordinates

I'm working on some simple 3d graphics in OpenGL (java LWGJL), and I'm trying to figure out how to convert …

opengl 3d camera lwjgl euler-angles
In Eclipse, my exported executable jar doesn't do anything ! (LWJGL)

Java beginner here. I made a small java app in Eclipse (on Windows), using the LWJGL lib and Slick. Then …

java eclipse lwjgl slick2d
OpenGL alpha blending

I've found 5349574673 pages on alpha blending and I still can't get the desired result. I'm trying to make gif/png …

opengl alphablending lwjgl
What does the -XstartOnFirstThread VM Argument do / mean?

I can't find documentation for the VM argument -XstartOnFirstThread. Seems necessary for me to run JOGL through LWJGL on my …

java jvm lwjgl jogl
LWJGL: failed to load a library

Have been trying to work with 'lwjgl' on linux and am running into an issue when I run my compiled …

java lwjgl
Can't start .jar file (using LWJGL)

Good day! I created jar file (using Netbeans) and i can't start it. This project uses lwjgl libraries. Inside my …

java macos jar lwjgl unsatisfiedlinkerror
How do I make an LWJGL window resizable?

I am trying to make the window of my java game resizable, which uses the LWJGL library. According to some …

java lwjgl
Taskbar icon with lwjgl?

I want to add a taskbar icon for my running lwjgl process on Windows 7. Display.setIcon changes successfully the icon …

java windows windows-7 taskbar lwjgl