Hi all,
I am writing a turn-based tiled 2d game, to keep things simple, and I want to mock up a prototype GUI. Currently I am using Java2D, but I am not really happy with it, as it takes too much effort to get the GUI running. Does anybody know a simple 2d renderer to easily make a prototype in?
Thanks in advance, Oebele