Hi guys! I made a simple game for my girlfriend (lol true story), using slick2D. Its a simple 2D game, it just use g.drawImage, grawStrings, drawAnimation and not much more.
The problem is, that I have an ATI graphic card that support opengl 4.2, but my girlfriend has (in her notebook), an Intel mobile 45 express that only support opengl 1.1 and 1.2 (but this one just in a 12%) (I used GL view to check this). And, of course, the game doesnt run. I even tried to compile it on the notebook and LWJGL said that he cant set the display.
My question is: what version, of opengl, LWJGL use by default? Is there any option to configure LWJGL (or slick) to work only with opengl 1.1?
I guess that this game can be made only with 1.1:
http://img248.imageshack.us/img248/6717/gamescreenz.jpg
Thanks!