pybullet_rendering:PyBullet的外部渲染

时间:2024-06-15 02:55:28
【文件属性】:

文件名称:pybullet_rendering:PyBullet的外部渲染

文件大小:76KB

文件格式:ZIP

更新时间:2024-06-15 02:55:28

C++

pybullet_rendering 模拟器的外部渲染。 安装 使用点 pip install pybullet_rendering 从源代码 安装NumPy pip install numpy 从源代码安装PyBullet git clone https://github.com/bulletphysics/bullet3.git cd bullet3 python setup.py install export BULLET_ROOT_DIR="$PWD" 安装套件 cd .. git clone https://github.com/ikalevatykh/pybullet_rendering.git cd pybullet_rendering python setup.py install --bullet_dir "$BULLET_ROOT_DIR" 运行测试 p


【文件预览】:
pybullet_rendering-master
----pybullet_rendering()
--------plugin.py(3KB)
--------render()
--------examples()
--------__init__.py(351B)
----.gitignore(2KB)
----setup.cfg(428B)
----README.md(4KB)
----travis()
--------build-wheels.sh(860B)
----.gitmodules(203B)
----.clang-format(3KB)
----tests()
--------pytest.ini(0B)
--------bingings()
--------__init__.py(0B)
----LICENSE(34KB)
----.bumpversion.cfg(236B)
----src()
--------CMakeLists.txt(1KB)
--------deps()
--------utils()
--------bindings()
--------render()
--------scene()
--------plugin()
----requirements.txt(46B)
----setup.py(5KB)
----.travis.yml(1KB)

网友评论