中文 | English
Get your Minecraft pixel painting in multiple kinds of forms!
SlopeCraft is created using Qt + Eigen + zlib for creating 3D pixel map arts within Minecraft.
The difference between this program and SpriteCraft is that this program focuses on pixel art on maps. Its purpose is to record the pixel art with the map, then display it in an item frame (the map here refers to the in-game item, and not the saving files).
The color modification module is targeted towards the map. The pixel art is meant to resemble the art in the "point of view" of the map - not of the player.
Since the color within the map is related to the relative height of the block, the pixel art created by SlopeCraft is usually in 3D, which I call 3D Pixel Art.
In summary, SlopeCraft is created for map pixel art.
This is why maps made by SlopeCraft have higher quality than exporting a picture from SpriteCraft then recording it with a map - because SlopeCraft is specifically designed for map pixel art.
-
Download the latest version of SlopeCraft from the Release page.
-
Run SlopeCraft
- Windows Users: Download
SlopeCraft-x.x.x-win.zip
, unzip and runSlopeCraft.exe
- macOS Users: Download
SlopeCraft-x.x.x-mac.zip
, unzip and dragSlopeCraft.app
into the Applications folder and runSlopeCraft
- Linux Users: Download
SlopeCraft-x.x.x-linux.tar.xz
, unzip and runSlopeCraft
::: tips The
x.x.x
mentioned above is the version number of SlopeCraft, for example,5.0.0
. - Windows Users: Download
-
Make sure you have read the FAQ and the tutorial before doing anything.
- If you want to compile SlopeCraft yourself, you can refer to the Compilation Guide for operation.
- NBTWriter - Lib for writing NBT files.
- SlopeCraftTutorial - Tutorials
- SlopeCraftCompressLib - Lib for building height map and lossless compression lib.
- SlopeCraftLossyCompression - Lossy compression lib, based on SlopeCraftCompressLib.
- SlopeCraftGlassBuilder - Glass bridge building lib.
- HeuristicFlow - GA implementation.