Contents

plotoptix 0.18.1

0

Data visualisation in Python based on NVIDIA OptiX ray tracing framework.

Data visualisation in Python based on NVIDIA OptiX ray tracing framework.

Stars: 473, Watchers: 473, Forks: 26, Open Issues: 7

The rnd-team-dev/plotoptix repo was created 5 years ago and the last code push was 4 weeks ago.
The project is popular with 473 github stars!

How to Install plotoptix

You can install plotoptix using pip

pip install plotoptix

or add it to a project with poetry

poetry add plotoptix

Package Details

Author
Robert Sulej, R&D Team
License
Homepage
https://rnd.team/plotoptix
PyPi:
https://pypi.org/project/plotoptix/
Documentation:
https://plotoptix.rnd.team
GitHub Repo:
https://github.com/rnd-team-dev/plotoptix

Classifiers

  • Artistic Software
  • Multimedia/Graphics/3D Rendering
  • Scientific/Engineering/Visualization
No  plotoptix  pypi packages just yet.

Errors

A list of common plotoptix errors.

Code Examples

Here are some plotoptix code examples and snippets.

GitHub Issues

The plotoptix package has 7 open issues on GitHub

  • PBR Materials Support
  • Camera module

See more issues on GitHub

Related Packages & Articles

The `drawsvg` python package is a **vector graphics library** that allows python developers to create and manipulate SVG (Scalable Vector Graphics) files. It provides a simple and intuitive interface for generating and animating SVG images. `drawsvg` is built on top of `svgwrite`, providing powerful functionalities and a smooth user experience for manipulating SVG graphics.

A Python 3 library for programmatically generating SVG (vector) images and animations. Drawsvg can also render to PNG, MP4, and display your drawings in Jupyter notebook and Jupyter lab.

PyWavefront 1.3.3

PyWavefront is a Python library designed for importing Wavefront 3D object files (.obj and .obj.gz) and material files (.mtl). It generates interleaved vertex data for each material, making it ready for rendering. The library supports Python 3.4+ and offers a simple optional visualization module for rendering the objects. PyWavefront supports positions, texture coordinates, normals, vertex color, material parsing, texture, and texture parameters. It's an ideal tool for Python developers working with 3D graphics and Wavefront files.