Sprite Generator:Python程序性Sprite生成器 源码
精灵生成器 的python端口。 它实际上可以接收任何模板,并根据模板随机生成子画面。 算法 通过使用二维蒙版来生成精灵。 然后将掩码中的值随机化并镜像。 生成的模板将呈现到canvas元素。 该算法在网站上有更详细的说明。 例子 飞船 机械人 龙族 龙自上而下 码 from SpriteGenerator import generate_canvas robot = [[ 0 , 0 , 0 , 0 ], [ 0 , 1 , 1 , 1 ], [ 0 , 1 , 2 , 2 ], [ 0 , 0 , 1 , 2 ],
文件列表
Sprite-Generator-master.zip
(预估有个11文件)
Sprite-Generator-master
Sprite Generator.ipynb
149KB
images
dragons_top.png
33KB
spaceships.png
25KB
robots.png
3KB
dragons.png
43KB
spaceships_algorithm.gif
2KB
SpriteGenerator
__init__.py
61B
暂无评论