Reupload project from 2017 : This project was recovered so don't take commits into accounts
This project is a Tilemap editor software where you can draw map for game using a tileset, Its made in C++ using Qt !
In the app you can create/load and save your map in TMAP ( custom ) format or txt, you can also export the map you're drawing as PNG !
1 - Create/Load and Save MAP in TMAP format or TXT.
2 - Draw a map using a Tileset on 3 different layers
3 - Change the size of your current editing map
4 - Export your map as a PNG image
The github file already provide the binary to launch the app in the output folder !
If you want to build the project you can follow the steps below :
- Ensure you have
GCCinstalled - Download QT Creator 4.6.2 based on QT 5.1.1
- Open the
.prointo QT Creator - Choose a target on the bottom left side (
DebugorRelease) - Then you just have to press
buildfor building the project orrunto run it
Note : Build with G++11.4.0 and based on QT 5.1.1
