{"id":15207029,"url":"https://github.com/meta-ben/tilemapperlite","last_synced_at":"2026-03-07T09:03:23.992Z","repository":{"id":248612457,"uuid":"829176137","full_name":"Meta-Ben/TileMapperLite","owner":"Meta-Ben","description":"2017 - C++ Qt Homemade Tile Map Editor","archived":false,"fork":false,"pushed_at":"2024-08-04T15:25:45.000Z","size":55010,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T11:27:48.590Z","etag":null,"topics":["cpp","map-editor","qt","tilemap-editor"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Meta-Ben.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-15T23:09:01.000Z","updated_at":"2024-08-04T15:25:48.000Z","dependencies_parsed_at":"2024-08-04T17:04:42.640Z","dependency_job_id":null,"html_url":"https://github.com/Meta-Ben/TileMapperLite","commit_stats":null,"previous_names":["amealky/tilemapperlite","meta-ben/tilemapperlite"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Meta-Ben/TileMapperLite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meta-Ben%2FTileMapperLite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meta-Ben%2FTileMapperLite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meta-Ben%2FTileMapperLite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meta-Ben%2FTileMapperLite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Meta-Ben","download_url":"https://codeload.github.com/Meta-Ben/TileMapperLite/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meta-Ben%2FTileMapperLite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30210373,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T09:02:10.694Z","status":"ssl_error","status_checked_at":"2026-03-07T09:02:08.429Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cpp","map-editor","qt","tilemap-editor"],"created_at":"2024-09-28T06:06:37.718Z","updated_at":"2026-03-07T09:03:23.948Z","avatar_url":"https://github.com/Meta-Ben.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"``Reupload project from 2017 : This project was recovered so don't take commits into accounts``\n\n\u003cp align=\"center\"\u003e\n \u003cimg  src=\"https://i.ibb.co/3pXS8qx/icon.png\" width=125 height=125\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003e🔲 TileMapper Lite 🖌️\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n   \u003ca href=\"https://fr.wikipedia.org/wiki/C%2B%2B\"\u003e \n        \u003cimg src=\"https://img.shields.io/badge/C++17-%204--2--1?style=for-the-badge\u0026label=language\u0026color=blue\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://www.sfml-dev.org/download/sfml/2.6.1/\"\u003e \n        \u003cimg src=\"https://img.shields.io/badge/5--1--1-%204--2--1?style=for-the-badge\u0026label=qt%20Version\u0026color=GREENlogo=qt\u0026logoColor=white\"\u003e\n    \u003c/a\u003e\n  \n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n        \u003cimg src=\"https://i.ibb.co/Lg8vBzt/Tile-Mapper-Lite.gif\"\u003e\n\u003c/p\u003e\n\n## Overview\nThis 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/) !\nIn 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`` !\n\n## Features\n1 - ``Create/Load`` and ``Save`` MAP in TMAP format or TXT.\n\n2 - ``Draw`` a map using a Tileset on ``3 different layers``\n\n3 - ``Change the size`` of your current editing map\n\n4 - ``Export`` your map as a ``PNG`` image\n\n## Run it\nThe github file already provide the binary to launch the app in the ``output`` folder ! \n\n## Build the project\nIf you want to build the project you can follow the steps below :\n\n- Ensure you have ``GCC`` installed\n- 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)\n- Open the ``.pro`` into QT Creator\n- Choose a target on the bottom left side ( ``Debug`` or ``Release`` )\n- Then you just have to press ``build`` for building the project or ``run`` to run it\n\n\n\n\nNote : Build with G++11.4.0 and based on QT 5.1.1\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeta-ben%2Ftilemapperlite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeta-ben%2Ftilemapperlite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeta-ben%2Ftilemapperlite/lists"}