Java2D Game UI?

Hi all,

I’m looking for a game UI API that is based on Java2D. Any recommandation or do I have to design it myself from scratch? I’ve read in some topics that swing or awt is not recommended since paint events could not fit in a rendering loop I guess.

I’ve got something that could fit the bill as I offload my Java2D GUI system to a rendering loop to get things off the AWT event queue. I’m aiming to get things out for J1 including a 2nd gen implementation utilizing Java2D/JOGL integration as a basis.

[quote]I’ve got something that could fit the bill as I offload my Java2D GUI system to a rendering loop to get things off the AWT event queue. I’m aiming to get things out for J1 including a 2nd gen implementation utilizing Java2D/JOGL integration as a basis.
[/quote]
Sounds like a nice thing to have, is/will the source be available? (couldn’t find anything about that on your website)

Thanks for the API Catharsis! Where can I get the sources/jars of it?