choosing a Java 2D Frame work

I’ve been programming with the swing components native to java and have decided that not only are these tools poor in performance and not designed for game developing in the first place. I’ve done some searching around the forums and seen many people talk about Slick2D but I am skeptical about learning how to use a library that is no longer supported by its developers (not that I am saying its a bad library.) and I also cannot find it on the net anyway. So my question is what are some Rivals of Slick2D or something similar to take its place. My goal here is to make a 2D RPG if that helps narrow down what I’m lookin’ for thanks guys for any help you can give.

libGdx ?

Everyone on here is going to suggest LibGDX, so I’ll be the first.

Edit: What did I tell you. They even beat me to it.

^xD !!

LibGD…

…oh okay, they covered it.

thanks! ill take a look at it

LWJ- Nevermind. :emo: :wink:

:-\

What? No Java2D is crap dogpile? :’(

I’ve been down the same road (java2D -> something else). I switched to LWJGL in between and it is dead easy to get a 2D game going with some copy/pastable code to start with to setup the proper projections. Slick2D is nice because it has an easy API, but as said its not maintained anymore. LibGDX wins every time for me since it adds easy deployment, plus it has a decent documentation base and its quite flexible for future expansion into other platforms.