Hello,
I have read this post here:
http://slick.javaunlimited.net/viewtopic.php?t=3429 and so I have downloaded this new version of fizzy but I can't make it work... I have imported the whole thing in Eclipse, and tried to run the SimpleRenderTest.
The test runs but I everything behaves odd and I get this error in the console:
Code:
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
I have tried changing the .jar in the lib folder with the latest jbox2d library :"jbox2d-library-2.1.2.2-jar-with-dependencies" but it still doesn't work. I know it works with the original version of fizzy here
https://bob.newdawnsoftware.com/repos/slick/trunk/fizzy/Does anyone know what the problem could be?