AppGameContainer

Started by KenWill, May 04, 2015, 11:10:18

Previous topic - Next topic

KenWill

Hi,
I am new to game programming and i started using LWJGL and Slick2D, but i have a problem with AppGameContainer.
It gives me an error when i try to launch my game using LWJGL 3, but i have no problems when i use LWJGL 2.

It took me a lot of time to find out what was the problem. So my question is why do i get that error? Did it change in 3? And if yes, how did it change?And its ok to use 2 instead of 3? What are the differences?

kappa

Slick2D is written for LWJGL2, the LWJGL API has changed in LWJGL3 therefore it is not compatible with Slick2D.