文件名称:minecraft-selfie
文件大小:580KB
文件格式:ZIP
更新时间:2024-05-27 00:11:38
Python
#Minecraft Selfie Cam ## Martin O'Hanlon( )## ## Description一个程序,该程序使用PC网络摄像头或Raspberry Pi相机拍照,然后在Minecraft中渲染图像。 图像渲染代码基于Ferran Fabregas的项目 ##结构 mcpi-我的世界pi python库 mcselfiepc.py-PC python程序 mcselfiepi.py-Pi python程序 ##前提条件PC程序需要 VideoCapture python库 Pi程序要求 摄像头模块 picamera python库 PIL,使用sudo apt-get install python-dev进行安装,然后sudo pip install Pillow ##版本历史 0.1-初始稳定版本
【文件预览】:
minecraft-selfie-master
----LICENSE(1023B)
----Code(1.45MB)
----mcselfiepc.py(2KB)
----README.md(861B)
----mcpi()
--------event.pyc(2KB)
--------__init__.pyc(129B)
--------vec3.py(2KB)
--------minecraft.pyc(12KB)
--------minecraft-stuff-LICENSE(1023B)
--------__init__.py(0B)
--------util.pyc(679B)
--------connection.pyc(2KB)
--------block.pyc(4KB)
--------block.py(3KB)
--------connection.py(2KB)
--------minecraft-pi-edition-LICENSE.txt(319B)
--------minecraftstuff.py(23KB)
--------event.py(1KB)
--------util.py(279B)
--------minecraft.py(8KB)
--------vec3.pyc(5KB)
----.gitattributes(378B)
----mcselfiepi.py(2KB)