🤖 Gardenbot

A Mastodon bot written in Python that creates voxel gardens, now discontinued.


The initial idea was to create a procedural zen garden isometric image generator that could be run on a machine without GPU. In order to accomplish this, graphics were made beforehand in Blender and saved as PNGs to be later used by the Python script to assemble a randomly generated picture.

Unfortunately the final results were not very interesting. Since each tile would have a random type, the output lacked any meaning. A future version could use fractal patterns to make it more evocative.