LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/examples.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/modules.rst
docs/readme.rst
docs/scene.rst
docs/usage.rst
docs/yt_idv.cameras.rst
docs/yt_idv.misc.rst
docs/yt_idv.rendering_contexts.rst
docs/yt_idv.scene_annotations.rst
docs/yt_idv.scene_components.rst
docs/yt_idv.scene_data.rst
docs/yt_idv.scene_graph.rst
tests/__init__.py
tests/lint_requirements.txt
tests/test_requirements.txt
tests/test_yt_idv.py
yt_idv/__init__.py
yt_idv/cli.py
yt_idv/constants.py
yt_idv/opengl_support.py
yt_idv/scene_graph.py
yt_idv/shader_objects.py
yt_idv/simple_gui.py
yt_idv/traitlets_support.py
yt_idv/utilities.c
yt_idv/yt_idv.py
yt_idv.egg-info/PKG-INFO
yt_idv.egg-info/SOURCES.txt
yt_idv.egg-info/dependency_links.txt
yt_idv.egg-info/entry_points.txt
yt_idv.egg-info/not-zip-safe
yt_idv.egg-info/requires.txt
yt_idv.egg-info/top_level.txt
yt_idv/cameras/__init__.py
yt_idv/cameras/base_camera.py
yt_idv/cameras/trackball_camera.py
yt_idv/rendering_contexts/__init__.py
yt_idv/rendering_contexts/base_context.py
yt_idv/rendering_contexts/base_offscreen.py
yt_idv/rendering_contexts/egl_context.py
yt_idv/rendering_contexts/osmesa_context.py
yt_idv/rendering_contexts/pyglet_context.py
yt_idv/scene_annotations/__init__.py
yt_idv/scene_annotations/base_annotation.py
yt_idv/scene_annotations/block_outline.py
yt_idv/scene_annotations/box.py
yt_idv/scene_annotations/grid_outlines.py
yt_idv/scene_annotations/text.py
yt_idv/scene_components/__init__.py
yt_idv/scene_components/base_component.py
yt_idv/scene_components/blocks.py
yt_idv/scene_components/mesh.py
yt_idv/scene_components/octree_blocks.py
yt_idv/scene_components/particles.py
yt_idv/scene_components/rgba.py
yt_idv/scene_components/sph_particles.py
yt_idv/scene_data/__init__.py
yt_idv/scene_data/base_data.py
yt_idv/scene_data/block_collection.py
yt_idv/scene_data/box.py
yt_idv/scene_data/grid_positions.py
yt_idv/scene_data/line.py
yt_idv/scene_data/mesh.py
yt_idv/scene_data/octree_block_collection.py
yt_idv/scene_data/particle_positions.py
yt_idv/scene_data/rgba.py
yt_idv/scene_data/text_characters.py
yt_idv/shaders/__init__.py