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.
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.
- Basic Guide
- Export as map files and import them into your world (Creative mode)
- Build the map inside a survival world or server
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.