Download latest version: r2
https://dl.dropbox.com/u/41733151/scrn.png
This is a screenshot of my WIP game Locotus Desperatus.
Anyhow, video of menu (WIP):
qcLP1Ptr4TQ
Picture of gamepad input system (shamelessly copied from Steam Big Picture):
https://dl.dropbox.com/u/41733151/Input.png
It will all be done in java2d and will hopefully end up being fast enough to easily maintain vsync.
Edit: Link to source code: https://github.com/novasharper/LocotusDesperatus
Please critique.
Edit 2: Working on porting game to LibGDX
Edit 3: Finished porting menu system. Also moved to separate game thread from graphics thread. Much easier thanks to LibGDX.