world-painter

This is a rewrite of my previous WorldPainter originally written in Java, now written in Rust.

This tool takes in any number of directories and outputs them as an image showing the chunks, coloured by their size.

Image of output

The above image was formed using the following command:

sh $ world-painter \ ~/server/world/region 25000 '#005207' \ ~/server/world_nether/DIM-1/region 20000 '#370101' \ ~/server/world_the_end/DIM1/region 25000 '#0f0022'

Usage

sh $ world-painter [<path> <world-border> <color>]...

One can specify however many worlds they wish to read, but all must have the path, worldborder, and colour in that order.

Todo