Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
6 votes
2 answers
8k views

How to correctly setup latest LWJGL libraries to Eclipse?

A year ago, I understood how to setup an LWJGL project in Eclipse IDE. Now LWJGL has a lot of changes including a different file structure. I downloaded the latest release, LWJGL 3.1.0 Build 40 from ...
user2190492's user avatar
0 votes
2 answers
408 views

Failed to initialise the LWJGL display

I added the fix of adding this line "Dorg.lwjgl.opengl.Display.allowSoftwareOpenGL=true" to vm arguments, updated my drivers but nothing is working......my error message still remain same has shown in ...
Pearl Silver's user avatar
2 votes
0 answers
440 views

VBO = glGenBuffers() IllegalStateException [closed]

i'm kinda noob in OpenGL but I have this problem: I get an IllegalStateException at this code: int vboVertex = glGenBuffers(); In-detail exception: ...
ioanD's user avatar
  • 121
1 vote
0 answers
475 views

How to export from Eclipse with LWGJL using JarSplice?

I am in the process of developing a 2D tile-based RPG with Eclipse, LWJGL, and Slick utilities. For some reason eclipse seems to be lagging heavily which doesn't make sense as all I have rendering is ...
Ben Marshall's user avatar
-1 votes
1 answer
933 views

Slick2D and TileD [closed]

I've been learning Java for a while, and with my aims of being a game developer later in life, I've came across Slick2D+lwjgl and following tutorials and making some little things. However; I don't ...
Oddblob's user avatar