Top "Slick2d" questions

Slick2D is a wrapper around the LWJGL OpenGL library for Java.

No OpenGL context found in the current thread, how do I fix this error?

I'm working on a card game, and currently have a good foundation but I'm running into an error when I …

java opengl lwjgl slick2d
"Could not find main method from given launch configuration" when using Java+Scala+Slick2D

I've got a project in which I'm using Java+Scala+Slick2D. The project itself runs well when launched from …

java scala executable-jar eclipse-juno slick2d
Slick2D vs Straight LWJGL

I've been delving into game programming with Slick2D, and I've began to wonder if in the long run, knowing …

java lwjgl slick2d
Exception in thread "main" java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path

I'm building the basic Slick game example explained here: http://slick.cokeandcode.com/wiki/doku.php?id=01_-_a_basic_…

java linux javac slick2d
Camera for 2d game

I'm currently making an awesome (in my mind) zombie game and I need to know a good way to make …

java camera 2d slick2d
How can I display text with Slick?

I have been trying to display text with ninjacave's tutorials and lot's of others but I can't get it to …

java slick2d
java.lang.NoClassDefFoundError: org/lwjgl/LWJGLException

Trying to work on a game for school and I keep getting a "java.lang.NoClassDefFoundError: org/lwjgl/LWJGLException" when …

java lwjgl noclassdeffounderror classnotfoundexception slick2d
Slick2D and JBox2D. How to draw

Before asking this i did A LOT of searching on the net. I just can't do it. It's a little …

java physics-engine slick2d jbox2d
Write text on the screen with LWJGL

I want to write text on the screen for my game, for things like fps, random text for items and …

java lwjgl slick2d
In Eclipse, my exported executable jar doesn't do anything ! (LWJGL)

Java beginner here. I made a small java app in Eclipse (on Windows), using the LWJGL lib and Slick. Then …

java eclipse lwjgl slick2d