Nifty GUI is a GUI written in Java with LWJGL. It's the official GUI of jMonkey engine but can be used with other frameworks based on LWJGL such as Slick2D.
0
votes
0answers
242 views
Slick2d/Nifty-gui input [closed]
I'm trying to get input from slick2d into nifty gui. Ive searched online, and I've seen a few examples, but I can't seem to get it working right.
i've tried the example on here but I can't seem to ...
0
votes
0answers
38 views
Nifty default controls prevent the rest of my game from rendering
I've been trying to add a basic HUD to my 2D LWJGL game using nifty gui, and while I've been successful in rendering panels and static text on top of the game, using the built-in nifty controls (e.g. ...
0
votes
1answer
383 views
How handle nifty initialization in a Slick2D state based game?
I'm using Slick2D and Nifty GUI. I decided to use a state based approach for my game and since i want to use Nifty GUI, i use the classes NiftyStateBasedGame for the main and ...
-1
votes
1answer
49 views
spaceship collision and dying
I have a spaceship on the left side on the screen that can move up and down. Enemy spaceships move from the right side of the screen to the left. The goal is to shoot as many spaceships as you can.
...