Hi everyone.
First of all, i’d like to say that english is not my native language, i’ll try to make me understand.
I discovered LWJGL a few days ago, and i’d like to port my Java2D game (a puzzle bobble clone) to it, just for fun.
I started the port by using the LWJGL timer instead of the standard java one.
it worked, and the game is far better timed !
so cool.
Then i tried to use the LWJGL Keyboard polling system, with no success at all.
The JVM crashes, having just the time to tell that “The display has not yet been created.”.
So my question is :
Can i use the LWJGL Keyboard system without creating a LWJGL Display ?
Thanks in advance.
How would you expect it to work otherwise? You’ll have to port your display/drawing code first.