I\'m working on a card game, and currently have a good foundation but I\'m running into an error when I run it in eclipse. I\'m also using slick 2d.
Here is the erro
In lwjgl 3.x and higher, you can try: GLContext.createFromCurrent();
GLContext.createFromCurrent();
If you're using libgdx, there is also Gdx.app.postRunnable(...) to post a Runnable on the render thread.
Gdx.app.postRunnable(...)
Runnable