Commit Graph

11 Commits

Author SHA1 Message Date
d40441da55 docs: address spec review issues in png exporter design 2026-03-23 02:13:10 +01:00
fdb2d0bba8 docs: add png image exporter design spec 2026-03-23 02:11:01 +01:00
8c42f92771 fix(cli): build exporters once, clarify --format all doc 2026-03-23 01:52:26 +01:00
c05584561b fix(cli): deduplicate formats, pre-validate before writing 2026-03-23 01:50:50 +01:00
9525a2586b feat(cli): add --format flag for universal exporter selection 2026-03-23 01:48:16 +01:00
c425b63361 refactor(exporters): single registry source of truth 2026-03-23 01:46:31 +01:00
f3c81a370c feat(exporters): add build() and available_names() factory 2026-03-23 01:44:02 +01:00
8933a2e690 Add shadow and outline options to text generation CLI and engine 2026-03-23 01:36:18 +01:00
484415870a Enhance CLI functionality with palette support and update exporters to use BlockPalette 2026-03-23 01:21:21 +01:00
1893b3427f Add Litematica exporter and integrate serde for serialization
- Introduced Litematica exporter with necessary data structures for Minecraft text generation.
- Added serde dependency for serialization support in multiple crates.
- Updated Cargo.toml files to include new dependencies and features.
- Created palette module for block palette management.
2026-03-23 01:14:30 +01:00
55d730d542 Initialize Minecraft text generator project with basic structure and CLI functionality 2026-03-23 00:56:19 +01:00