Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.81 KB

README.md

File metadata and controls

50 lines (34 loc) · 1.81 KB

Reupload project from 2017 : This project was recovered so don't take commits into accounts

🔲 TileMapper Lite 🖌️

Overview

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 !

Features

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

Run it

The github file already provide the binary to launch the app in the output folder !

Build the project

If you want to build the project you can follow the steps below :

  • Ensure you have GCC installed
  • Download QT Creator 4.6.2 based on QT 5.1.1
  • Open the .pro into QT Creator
  • Choose a target on the bottom left side ( Debug or Release )
  • Then you just have to press build for building the project or run to run it

Note : Build with G++11.4.0 and based on QT 5.1.1