Hello Guest

AppGameContainer

  • 1 Replies
  • 3280 Views
AppGameContainer
« 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.

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?

*

Offline kappa

  • *****
  • 1319
Re: AppGameContainer
« Reply #1 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.