🧐 Render melee cards

This commit is contained in:
zhbaor 2022-09-29 11:28:58 +08:00
parent c0fc97a578
commit 8c7e842d2e
78 changed files with 243 additions and 1 deletions

9
data/render/README.md Normal file
View file

@ -0,0 +1,9 @@
# 数据渲染
将数据导出为图片
`server.py` 是用 Bottle 写的后端,运行 `./server.py` 然后打开 <http://localhost:8080/怨恨之刃> 就能看到怨恨之刃的网页。
之所以不直接用模板渲染,而要用 Web 服务器,是为了方便开发。
运行 `render_all.py` 会渲染所有近战武器,输出到 `output` 文件夹中。