Results 1 to 3 of 3

Thread: DelphiX Open Source Map Editor?

  1. #1

    Question DelphiX Open Source Map Editor?

    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

  2. #2
    May be you may use TileStudio.
    No signature provided yet.

  3. #3
    PGD Staff code_glitch's Avatar
    Join Date
    Oct 2009
    Location
    UK (England, the bigger bit)
    Posts
    933
    Blog Entries
    45
    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...
    I once tried to change the world. But they wouldn't give me the source code. Damned evil cunning.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •