{"id":21972807,"url":"https://github.com/agustinsrg/imagetomapmc","last_synced_at":"2025-09-16T12:32:46.929Z","repository":{"id":50685086,"uuid":"396836711","full_name":"AgustinSRG/ImageToMapMC","owner":"AgustinSRG","description":"Minecraft map art generator. Can be used to generate both structure and dat files from images.","archived":false,"fork":false,"pushed_at":"2025-07-28T16:42:09.000Z","size":3326,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-29T14:55:19.090Z","etag":null,"topics":["art","generator","gui-application","image","linux","map","mapart","minecraft","nbt","schematica","windows"],"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/AgustinSRG.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-08-16T14:43:12.000Z","updated_at":"2025-08-06T18:46:17.000Z","dependencies_parsed_at":"2024-06-26T18:14:33.766Z","dependency_job_id":"a1ca365e-3547-4533-97f8-9f6d66dd7b55","html_url":"https://github.com/AgustinSRG/ImageToMapMC","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/AgustinSRG/ImageToMapMC","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgustinSRG%2FImageToMapMC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgustinSRG%2FImageToMapMC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgustinSRG%2FImageToMapMC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgustinSRG%2FImageToMapMC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AgustinSRG","download_url":"https://codeload.github.com/AgustinSRG/ImageToMapMC/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AgustinSRG%2FImageToMapMC/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275416628,"owners_count":25460913,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-16T02:00:10.229Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["art","generator","gui-application","image","linux","map","mapart","minecraft","nbt","schematica","windows"],"created_at":"2024-11-29T15:21:21.876Z","updated_at":"2025-09-16T12:32:46.864Z","avatar_url":"https://github.com/AgustinSRG.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ImageToMapMC\n\n[![Build (Windows)](https://github.com/AgustinSRG/ImageToMapMC/actions/workflows/build-windows.yml/badge.svg)](https://github.com/AgustinSRG/ImageToMapMC/actions/workflows/build-windows.yml)\n[![Build (Linux)](https://github.com/AgustinSRG/ImageToMapMC/actions/workflows/build-linux.yml/badge.svg)](https://github.com/AgustinSRG/ImageToMapMC/actions/workflows/build-linux.yml)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](./LICENSE)\n\n\nThis is a tool for converting images to Minecraft maps, in order to import images into the game without using mods.\n\nWritten in C++ as a desktop application for Windows and Linux.\n\n## Installation\n\nIn order to install the tool, go to the [releases](https://github.com/AgustinSRG/ImageToMapMC/releases) section in this repository and download the binaries for your system.\n\nIf there are no binaries available for your system, you can always compile them from the source code.\n\n## Guides\n\n - [Basic Guide](./guides/basic_guide.md)\n - [Export as map files and import them into your world (Creative mode)](./guides/export_as_maps.md)\n - [Build the map inside a survival world or server](./guides/export_as_structures.md)\n\n## Reference documentation\n\n - [Map item format - Minecraft Wiki](https://minecraft.wiki/w/Map_item_format)\n - [Sponge Schematic Specification](https://github.com/SpongePowered/Schematic-Specification/blob/master/versions/schematic-3.md)\n\n## Screenshots\n\n![Main view](./screenshots/gui_screenshot.jpg \"Main view\")\n\n![Map in-game (Minecraft)](./screenshots/mc_maps_imported.jpg \"Map in-game (Minecraft)\")\n\n## Building from source code\n\nIn order to compile the project, you'll need the following:\n\n - A C++ compiler\n - [CMAKE](https://cmake.org/install/) installed.\n - [ZLIB](https://zlib.net/) installed and available for your C++ compiler.\n - [wxWidgets](https://www.wxwidgets.org/) installed and available for your C++ compiler.\n - [libzip](https://libzip.org/) installed and available for your C++ compiler.\n\nIn order to build the release version with CMAKE use:\n\n```sh\ncmake -DCMAKE_BUILD_TYPE=Release -Ssrc -Brelease\n\ncmake --build release --config Release\n```\n\nAfter it is successfully built, your binaries will be available in the `release` folder.\n\n### Specific library installation instructions for Windows\n\nMake sure [Visual Studio](https://visualstudio.microsoft.com/) is installed. Preferably the latest version. Ensure the build tools for C++ are also installed.\n\nOnce installed, set the `MSVC_CRT_DLL_PATH` environment variable to the path where the dll files for the Visual Studio C++ runtime are located. Example value: `C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Redist\\MSVC\\14.44.35112\\x64\\Microsoft.VC143.CRT`.\n\nFor external dependencies, use [VCPKG](https://github.com/microsoft/vcpkg). Make sure to install it and configure it for CMAKE, which also needs to be installed.\n\nInstall the required libraries:\n\n```sh\nvcpkg install wxwidgets zlib libzip --triplet=x64-windows\n```\n\n### Specific library installation instructions for Linux\n\nInstall the C++ dependencies via APT:\n\n```sh\nsudo apt install zipcmp zipmerge ziptool zlib1g-dev libzip-dev libgtk-3-dev libglew-dev libwxgtk3.2-dev\n```\n\nYou'll also need the `tar` tool in order to package the project:\n\n```sh\nsudo apt install -y tar\n````\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagustinsrg%2Fimagetomapmc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagustinsrg%2Fimagetomapmc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagustinsrg%2Fimagetomapmc/lists"}