Skip to content

Minecraft map art generator. Can be used to generate both structure and dat files from images.

License

Notifications You must be signed in to change notification settings

AgustinSRG/ImageToMapMC

Repository files navigation

ImageToMapMC

This is a tool for converting images to Minecraft maps, in order to import images into the game without using mods.

Written in C++ as a desktop application for Windows and Linux.

Installation

In order to install the tool, go to the releases section in this repository and download the binaries for your system.

If there are no binaries available for your system, you can always compile them from the source code.

Guides

Screenshots

Main view

Map ingame (Minecraft)

Building from source code

In order to compile the project, you'll need the following:

  • A C++ compiler
  • CMAKE installed.
  • ZLIB installed and available for your C++ compiler.
  • wxWidgets installed and available for your C++ compiler.
  • libzip installed and available for your C++ compiler.

In order to build the release version with CMAKE use:

cmake -DCMAKE_BUILD_TYPE=Release -Ssrc -Brelease

cmake --build release --config Release

After it is successfully built, your binaries will be available in the release folder.