-
While working on integrating [Game Music Emu](https://code.google.com/p/game-music-emu/) into a game-centric resource viewer/player so that it'd play chiptunes (in addition to streamed audio, tracker …
-
J'ai essayer de gérer les collisions, ça marche dans l'ensemble sauf quand le personnage se situe entre deux carrées qui constituent la map.
Je m'explique :
Le déplacement étant un flottant, les case…
-
GPRG doesn't currently use states. It should.
Slick2d actually comes with a state engine, apparently, so there's that.
-
When I use getWidth(), getHeight(), getX(), or getY() on any of my Element objects, I get incorrect values. Specifically, they almost all return zero, which is clearly incorrect as I can plainly see m…
-
The steps that I used to build project were:
```
cd /tmp
git clone git://github.com/void256/nifty-gui.git
cd nifty-gui/
git checkout 1.4
mvn clean install
cd nifty-examples-slick2d/
export MAVEN_OPTS…
-
I am trying to build a textfield for slick2d just like it is said in manual. In prepareNifty() I write:
``` Java
Screen screen = new ScreenBuilder("start") {{
controller(new DefaultScreenControll…
-
- Quand on meurt, affichage d'un écran noir avec un message et affichage d'un résumé de la progression ? [Car je sens que ça va être dur de relancer le jeu de zéro sans recompilation]
- Si on a tous c…
-
Hello les gens, je m'occupe des tests unitaires de la classe Avatar
Par contre lorsque je créer un avatar (Avatar drag = new Avatar();) il me l'accept pas dans le test pourtant comme le constructeur …
-
Hi there,
I'm working on a game in Processing, and using Nifty with the Java2D renderer to display the GUI for it. Everything works perfectly, except for wrapping - I can't for the life of me figure …
-
We need a GUI (for menus etc.) soon. But, before we get one, we need to decide on how the GUI will be created.
There are a number of options ([some found on LWJGL wiki](http://wiki.lwjgl.org/index.ph…