PyViz3D is a python package to visualize 3D scenes.
Project description
PyViz3D is a python package to visualize 3D scenes directly in your browser, and create beautiful renderings with blender.
Links
- Install:
python -m pip install pyviz3d
- Examples
- Deployment
Examples
Scene graph example, including blender rendering. [Show Code] [Show Demo]
Blender example, including blender rendering. [Show Code] [Show Demo]
Arrow example. [Show Code] [Show Demo]
Bounding boxes example. [Show Code] [Show Demo]
Polygon meshes (.obj and .ply). [Show Code] [Show Demo]
Point clouds, segments and normals. [Show Code] [Show Demo]
Polylines. [Show Code] [Show Demo]
Superquadrics. [Show Code] [Show Demo]
Text Labels. [Show Code] [Show Demo]
Deployment
Instructions for PyPi and API Token.
One time setup:
vim ~/.pypirc # put __token__ as username
python3 -m pip install build twine
python3 -m pip install --upgrade build
Upload latest version to pypi:
vim pyproject.toml # update version
rm -rf dist
rm -rf example_*
python3 -m build
python3 -m twine upload dist/*
BibTeX
Please consider citing PyViz3D in your publications if it helps your research.
@misc{engelmann2019pyviz3d,
title={PyViz3D},
author={Francis Engelmann},
year={2019},
howpublished={\url{https://github.com/francisengelmann/PyViz3D}},
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pyviz3d-0.3.8.tar.gz
.
File metadata
- Download URL: pyviz3d-0.3.8.tar.gz
- Upload date:
- Size: 99.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 28e9edc8932323fb097cf2fa8e11aeb20aeddbfc14c4294b14d5ceb0455545b2 |
|
MD5 | 8b3ea72471c10026edb730f6a32def7e |
|
BLAKE2b-256 | a4af225f6b4c1201c902ee50c71ab3441c07829bcb17e728ce5b57b792a2b5a4 |
File details
Details for the file pyviz3d-0.3.8-py3-none-any.whl
.
File metadata
- Download URL: pyviz3d-0.3.8-py3-none-any.whl
- Upload date:
- Size: 102.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5dc8a5078d0b3bbd969249779f1cbd1163f823db7db3fab0691d395e126f42e4 |
|
MD5 | 3c0b778cdc7e604014d00eded8800276 |
|
BLAKE2b-256 | b18b2b8260e22a54a57a86055484acaf67da1c84b8549c4c5bcdc8015e42c802 |