A TTRPG battle map generator using custom tile sets.
This commit refactors tileset.py to simplify the implementation and properly cache both tile data and image data. This results in a roughly 50% speedup in image generation. |
||
|---|---|---|
| samples | ||
| src | ||
| test | ||
| .gitignore | ||
| LICENSE | ||
| pyproject.toml | ||
| README.md | ||
TileMapper
A TTRPG battle map generator using custom tile sets.
Overview
WIP
Quick start
WIP