I looked for a map editor, best coded in Purebasic with sourcecode and so on. Nice, easy... But ... didnt found one.
So I decided to code it on my own...
here it is (taraaa)

You can draw maps with 3 layers:
- Background
- Objects
- Function
Functionality
- you can load and save maps and tilesets
- you can export the map to image, text and binary
- language is in german and english
Not working yet
- Other image formats other then bitmap
- Helpfile is very basic and in german - but I hope it is more or less easy enough to work with it
- Output as PureBasic code
Here you can download the current version (0.3)
http://purebasic.stdojedmahr.de/projekt ... or_0.3.zip
about 180k, zipped.
It contains the editor, some maps with tilesets and some examples how to work with the text and binary maps in PB.
Version History
29.4.09 - Version 0.3
added: Change the number of function in the settings
added: resize map and / or tilessize "on the fly"
added: import image as Map
added: support for png and jpg format
added: some verybasic "help"-files in german and english
26.4.09 - Version 0.2
added: Language selection
added: Tileset import is now scalable and can added to the current tiles
changed: Tileset dialog
some changes in the GUI
23.4.09 - Version 0.1
Hope some one can use it.
Feedbacks and suggestions for improvement is welcome.