A TTRPG battle map generator using custom tile sets.
Go to file
evilchili 4b02cc4c9d cleanup; cache tile and image data
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.
2025-08-11 12:42:34 -07:00
samples do not draw background tile 2025-08-08 22:50:08 -07:00
src cleanup; cache tile and image data 2025-08-11 12:42:34 -07:00
test Initial import 2025-08-08 15:45:09 -07:00
.gitignore Initial commit 2025-08-08 15:41:46 -07:00
LICENSE Initial commit 2025-08-08 15:41:46 -07:00
pyproject.toml Initial import 2025-08-08 15:45:09 -07:00
README.md Initial import 2025-08-08 15:45:09 -07:00

TileMapper

A TTRPG battle map generator using custom tile sets.

Overview

WIP

Quick start

WIP