francisengelmann / PyViz3D
PyViz3D is a web-based visualizer for 3D objects and point clouds.
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing francisengelmann/PyViz3D in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Overview (README excerpt)
Crawler view---- PyViz3D is a python package to visualize 3D scenes directly in your browser, and create beautiful renderings with blender. Links • Install: • Examples (start here) • Deployment (if you want to contribute code) Examples Scene graph example, including blender rendering. [[Show Code]](https://github.com/francisengelmann/PyViz3D/blob/master/examples/example_graph.py) [[Show Demo]](https://francisengelmann.github.io/pyviz3d_examples/graph/index.html) Blender example, including blender rendering. [[Show Code]](https://github.com/francisengelmann/PyViz3D/blob/master/examples/example_blender.py) [[Show Demo]](https://francisengelmann.github.io/pyviz3d_examples/blender/index.html) Arrow example. [[Show Code]](https://github.com/francisengelmann/PyViz3D/blob/master/examples/example_arrows.py) [[Show Demo]](https://francisengelmann.github.io/pyviz3d_examples/arrows/index.html) Bounding boxes example. [[Show Code]](https://github.com/francisengelmann/PyViz3D/blob/master/examples/example_bounding_boxes.py) [[Show Demo]](https://francisengelmann.github.io/pyviz3d_examples/bounding_boxes/index.html) Polygon meshes (.obj and .ply). [[Show Code]](https://github.com/francisengelmann/PyViz3D/blob/master/examples/example_meshes.py) [[Show Demo]](https://francisengelmann.github.io/pyviz3d_examples/meshes/index.html) Point clouds, segments and normals. [[Show Code]](https://github.com/francisengelmann/PyViz3D/blob/master/examples/example_normals.py) [[Show Demo]](https://francisengelmann.github.io/pyviz3d_examples/normals/index.html) Polylines. [[Show Code]](https://github.com/francisengelmann/PyViz3D/blob/master/examples/example_polylines.py) [[Show Demo]](https://francisengelmann.github.io/pyviz3d_examples/polylines/index.html) Superquadrics. [[Show Code]](https://github.com/francisengelmann/PyViz3D/blob/master/examples/example_superquadrics.py) [[Show Demo]](https://francisengelmann.github.io/pyviz3d_examples/superquadrics/index.html) Text Labels. [[Show Code]](https://github.com/francisengelmann/PyViz3D/blob/master/examples/example_text.py) [[Show Demo]](https://francisengelmann.github.io/pyviz3d_examples/text/index.html) Deployment Instructions for PyPi and API Token. One time setup: Upload latest version to pypi: BibTeX Please consider citing PyViz3D in your publications if it helps your research.