Hey this is just something I've been working on lately. It still has a ways to go, but I thought someone might find some code/algorithms usable.
The world editor:
http://orbisstudios.com/images/editor_080206.png
The mobile client running on my Nokia 6630:
http://orbisstudios.com/images/client_mobile_080206.jpg
desolo_snapshot_080206.zip
svn co --username anonymous --password anonymous http://orbisstudios.com/svn/desolo
All projects require NetBeans 5.0, Java SE 6 Mustang, and any J2ME WTK.
The main projects are:
- isoeditor (Editor)
- desolo (Mobile client)
- DebugServer (Debug server/proxy for mobile client over bluetooth)
These projects are libraries that are copied to each main project in a pre-compile step:
- oCommon (common engine files)
- oMathFP (fixed-point math library)
- jzlib (zip compression)
These are actual libraries:
- jappo (code preprocessor)
- proguard (code obfuscation)
- comm (COM port library)





