An open API service indexing awesome lists of open source software.

https://github.com/meta-ben/tilemapperlite

2017 - C++ Qt Homemade Tile Map Editor
https://github.com/meta-ben/tilemapperlite

cpp map-editor qt tilemap-editor

Last synced: 3 months ago
JSON representation

2017 - C++ Qt Homemade Tile Map Editor

Awesome Lists containing this project

README

          

``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](https://www.qt.io/) !
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](https://www.qt.io/blog/2018/06/11/qt-creator-4-6-2-released)
- 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