文件名称:Penrose:彭罗斯瓷砖渲染
文件大小:8KB
文件格式:ZIP
更新时间:2024-06-10 01:40:32
Python
彭罗斯平铺渲染器 需要Python和Pygame才能运行。 经过Python 2.7.6和Pygame 1.9.1的测试。 使用python interactive_mode.py运行程序。 要创建更具体的内容,您需要创建自己的脚本。 初始化为: from model import PenroseModel from starting_states import dart_star from view import load_textures , draw_model #Penrose model takes initial set of tiles as the argument. Look at starting_states.py for examples. model = PenroseModel ( dart_star ()) #calculate the forth i
【文件预览】:
Penrose-master
----LICENCE(1KB)
----README.md(1KB)
----start_states.py(856B)
----interactive_mode.py(2KB)
----model.py(1KB)
----images()
--------kite_tex.png(2KB)
--------dart_tex.png(1KB)
----view.py(3KB)