This is a general purpose map editor for 2D games. It can be used to create game levels using texture tiles. You can simply build a multi layer maps, create animations and add multiple events or annotations to the map.
Getting started YouTube video: http://www.youtube.com/watch?v=3WjJj5PqOD4
Download compiled ready to use version here: https://ppelikan.itch.io/map-editor
Find out how to use MapEditor with your game: https://github.com/ppelikan/game-map-editor/wiki
This is Qt application, so to compile it, simply install QtCreator for your platform and open the MapEditor.pro file. Alternatively you can compile it using qmake
and make
.