LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: KenWill on May 04, 2015, 11:10:18

Title: AppGameContainer
Post by: KenWill on May 04, 2015, 11:10:18
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.
(http://i60.tinypic.com/x4q5js.png)
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?
Title: Re: AppGameContainer
Post by: kappa on May 04, 2015, 11:30:00
Slick2D is written for LWJGL2, the LWJGL API has changed in LWJGL3 therefore it is not compatible with Slick2D.