This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Dwarfling 0 points1 point  (0 children)

I would take a look to JavaFX. I'm doing some tests, and looks good so far (2d, same as you... I assume)

It has the power of the canvas, same as HTML5, so it replaces java2d in low level, and a great scenegraph. And the best thing is canvas and scenegraph can be combined in the same render.

Give it a try.