(Here you can download an early version: http://www.andengine.org/files/AndEngineLevelEditor.jar the latest version shown below is not available yet.)
recently I got so incredibly frustrated
So I started working on a LevelEditor tool. This LevelEditor is highly flexible as it generates XML code which you can enriched (even manually) with any kind of XML-attributes.
On the other end the developer doesn't even have to handle the actual XML parsing anymore as simple classes are available that make parsing a breeze.
This is what a resulting XML looks like:
Using xml Syntax Highlighting
- <?xml version="1.0" encoding="utf-8"?>
- <level width="480" height="320">
- <entity x="120" y="280" width="40" height="120" fixed="false" type="bounce"/>
- <anotherentity x="208" y="16" width="40" height="120" type="explode" rotate="45"/>
- </level>
Parsed in 0.002 seconds, using GeSHi 1.0.8.4
This is the current version of the LevelEditor:
And this is how it can look on an actual device (different level!):
Hope you like it
Best Regards,
Nicolas

