PDA

View Full Version : DelphiX Open Source Map Editor?



toon_mad
20-11-2011, 09:59 PM
Hey, I have just started using DelphiX with Delphi XE to learn/create simple games in Delphi.

I found this great tool map editor: http://www.wummy.org/index_e.html Once registered as a component, I can load in the project the, map created from the editor to use with the DelphiX :)

My question is, is there any other more suitable map editors, I really would like it to be open source so I can study the code and get an idea of making my own 2D map editor.


Thanks :)

Ñuño Martínez
06-12-2011, 05:54 PM
May be you may use TileStudio (http://tilestudio.sourceforge.net/).

code_glitch
06-12-2011, 11:35 PM
I would, very strongly - almost command you to take a look at TileD - its a clean UI, fast and saves into Base64, or CsV based XML files with buckets of support and such an easy format to implement its probably one of the easiest standard to work with ever, and I'm dead serious there.

If you want code in pure pascal, I had to write a loader for CSV based TileD XML files thats open source under prometheus which I can post for you if need be...