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
- Host: GitHub
- URL: https://github.com/meta-ben/tilemapperlite
- Owner: Meta-Ben
- License: mit
- Created: 2024-07-15T23:09:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-04T15:25:45.000Z (almost 2 years ago)
- Last Synced: 2025-03-06T11:27:48.590Z (over 1 year ago)
- Topics: cpp, map-editor, qt, tilemap-editor
- Language: C++
- Homepage:
- Size: 52.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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