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.

How to view memory usage in eclipse (beginner)

I have been working on a game in java using eclipse for a few months now and I have been …

java eclipse memory lwjgl
3D world in Java using lwjgl?

So I have very little experience using lwjgl and was wonrdering where I could find tutorials for making 3d worlds …

java 3d lwjgl
How do I draw a mirror mirroring something in OpenGL?

From my understanding is that to mirror in OpenGL, you basically draw the scene, then you flip everything over and …

java opengl shader lwjgl
GLSL shader: Interpolate between more than two textures

I've implemented a heightmap in OpenGL. For now it is just a sine/cosine curved terrain. At the moment I …

java opengl lwjgl interpolation heightmap
How to set the application icon for a libGDX desktop application?

I am trying to setup an application icon from the -desktop specific class with: package org.osgameseed.games.animalflip; import …

java libgdx lwjgl
Lwjgl 3, How to get OpenGL context current in the current thread?

I am using OpenGL in LWJGL 3 and I get the following error; Exception in thread "main" java.lang.IllegalStateException: There …

java opengl lwjgl
How to render a 3d cube in LWJGL?

I can`t find a good tutorial on the web, about rendering a 3d cube in the Lightweight Java Game …

java 3d lwjgl cube
LWJGL Textures and Strings

Is it possible to load PNG Textures and draw Strings in LWJGL WITHOUT using the Slick Framework? Everytime I google "…

java image lwjgl
LWJGL Tutorials

Does anyone know of any good Light Weight Java Game Library tutorials geared towards beginners in OpenGL? I have noticed …

java lwjgl
How to render text in modern OpenGL with GLSL

I want to render text in LWJGL by using modern OpenGL (rendering with VBO and shader) but I have no …

opengl fonts glsl shader lwjgl