Gabriel Kaszewski 797714d1e1 feat(exporters): implement PNG image exporter with grid and legend rendering
- Added PngExporter struct to generate PNG images from voxel grids.
- Implemented image dimensions calculation, drawing primitives, and legend rendering.
- Integrated PNG export functionality into the CLI with a new --cell-size flag.
- Removed outdated design spec and implementation plan documents.
2026-03-23 02:59:11 +01:00

Minecraft text generator

This little project is a tool that takes a string of text and generates minecraft structure that represents given text in a font of your choice. User can choose blocks to use (or define their own palette) or just use preset. Exported structure can be in various formats, such as .schematic, .litematic or .nbt, or just .mcfunction file with setblock commands.

Description
No description provided
Readme 4.7 MiB
Languages
Rust 100%