dead-cells-wiki/data/render
2022-10-16 11:23:08 +08:00
..
31-0 🎨 Maintain multi-version structure 2022-09-30 20:53:40 +08:00
31-2 🐛 Fixed percentage number 2022-10-13 17:35:47 +08:00
31-4 💄 Rendered 31-4 images 2022-10-16 11:23:08 +08:00
README.md 🧐 Render melee cards 2022-09-29 11:28:58 +08:00

数据渲染

将数据导出为图片

server.py 是用 Bottle 写的后端,运行 ./server.py 然后打开 http://localhost:8080/怨恨之刃 就能看到怨恨之刃的网页。

之所以不直接用模板渲染,而要用 Web 服务器,是为了方便开发。

运行 render_all.py 会渲染所有近战武器,输出到 output 文件夹中。