Metadata-Version: 2.1
Name: yt_idv
Version: 0.2.2
Summary: Interactive Volume Rendering for yt
Home-page: https://github.com/yt-project/yt_idv
Author: Matthew Turk
Author-email: matthewturk@gmail.com
License: BSD-3-Clause
Keywords: yt_idv
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

# interactive volume rendering for yt

[![](https://img.shields.io/pypi/v/yt_idv.svg)](https://pypi.python.org/pypi/yt_idv)

[![Doc Status](https://readthedocs.org/projects/yt-idv/badge/?version=latest)](https://yt-idv.readthedocs.io/en/latest/?badge=latest)

This package provides interactive visualization using OpenGL for datasets
loaded in yt.  It is written to provide both scripting and interactive access.

* Free software: BSD license
* Documentation: https://yt-idv.readthedocs.io.

![example of using yt_idv](https://i.imgur.com/Q4XPNZw.gif)

## Features

* Rendering of multi-resolution (AMR) volume data
* Rendering of unstructured mesh data
* Fully-traitlets-ized interface for controlling the rendering properties
* DearImGUI-based interactive controls
* On-screen rendering powered by [pyglet](http://pyglet.org/) and off-screen
  [EGL](https://en.wikipedia.org/wiki/EGL_(API)) through [PyOpenGL](https://pypi.org/project/PyOpenGL/)
* Multiple annotations:
    * Text
    * Boxes
    * Block and grid outlines
* Support for sub-selections of data via the yt data selection interface
* Integration with the [ipywidgets](https://ipywidgets.readthedocs.org/) ``Image`` widget.

## Examples

## Credits

This package was initially created as part of [yt](https://yt-project.org), with the first iteration written by
Chuck Rozhon.  The conversion to use traitlets, pyglet and a more flexible shader interface was done by Matthew Turk,
with contributions from Kacper Kowalik and Chris Havlin.

This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the
[`audreyr/cookiecutter-pypackage`](https://github.com/audreyr/cookiecutter-pypackage) project template.


