

What is it
When the client starts, 2 extra windows pop up, one is empty, another has a big update button.
When you've logged on, and are in game, you can click the update button, and the empty window will then contain a rendered snapshot of your haven space.
Can it be real time
Yes.
I don't have a clue how it'll perform, this is like, 2 days of work so far, I don't plan on spending a heap of time on it solo, but there's heaps of ways I could very easily make it real time (constant render loop, updated whenever server changes data, updated as part of 2d render loop) I just haven't yet because I'm lazy and it looks like crap
Why does it look like crap?
Because I'm not an artist. My process was literally to take screen shots of the 2d client, cut out squares, and paste them onto cubes.
Can we make it better?
Yes, jME is a pretty fully featured 3d engine. It can take just about any 3d format you want to throw at it and put them in place of those cubes.
If anyone is keen to produce some good/basic models to get things started I'd be more than happy to tweak the client a bit to help their workflow.
Can this eventually replace the existing client completely?
Yes, jME has some fairly decent GUI stuff, it has a pretty easy input mapping framework, there's no reason I can see that it can't eventually be the sole client if that's what floats your boat.
I am unlikely to do all that work myself though, I have other projects I want to work on more.
I have published all my code though, so if anyone wants to run with it, it's all there.
Compile details
If anyone is a programmer and interested you can get it from my git hub repo
http://github.com/thetrav/haven-client/tree/threedee
The client has been built with the jME3 alpha 2 release from:
http://www.jmonkeyengine.com/nightly/
specifically the nightly I used was:
http://www.jmonkeyengine.com/nightly/jME3_10-22-2010.zip
I've updated the build.xml so that you should be able to just execute the run task and if everything is in the proper place it'll compile and execute
I can probably put together a pre-built client for anyone who is keen but no good at assembling pieces but it's about 77 meg uncompressed so I'll need you to send me a place to put it, I aint hosting that myself.