.bumpversion.cfg
.pre-commit-config.yaml
.readthedocs.yml
.travis.yml
AUTHORS.md
CONTRIBUTING.md
HISTORY.md
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
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/requirements.txt
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
examples/amr_offscreen.py
examples/amr_osmesa.py
examples/amr_volume_rendering.py
examples/grid_positions.py
examples/hires_galaxy.py
examples/idv_widget.ipynb
examples/mesh_render.py
examples/octree_volume_rendering.py
examples/particle_rendering.py
examples/sph_rendering.py
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/utilities.pyx
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
yt_idv/shaders/apply_colormap.frag.glsl
yt_idv/shaders/block_outline.frag.glsl
yt_idv/shaders/constant.frag.glsl
yt_idv/shaders/default.vert.glsl
yt_idv/shaders/draw_colormap.frag.glsl
yt_idv/shaders/draw_lines.frag.glsl
yt_idv/shaders/draw_lines.vert.glsl
yt_idv/shaders/expand_1d.frag.glsl
yt_idv/shaders/field_value.frag.glsl
yt_idv/shaders/grid_expand.geom.glsl
yt_idv/shaders/grid_position.vert.glsl
yt_idv/shaders/header.inc.glsl
yt_idv/shaders/known_uniforms.inc.glsl
yt_idv/shaders/max_intensity.frag.glsl
yt_idv/shaders/mesh.frag.glsl
yt_idv/shaders/mesh.vert.glsl
yt_idv/shaders/noop.frag.glsl
yt_idv/shaders/octree_position.vert.glsl
yt_idv/shaders/particle.vert.glsl
yt_idv/shaders/particle_expand.geom.glsl
yt_idv/shaders/passthrough.frag.glsl
yt_idv/shaders/passthrough.vert.glsl
yt_idv/shaders/projection.frag.glsl
yt_idv/shaders/ray_tracing.frag.glsl
yt_idv/shaders/shaderlist.yaml
yt_idv/shaders/sph_kernel.frag.glsl
yt_idv/shaders/textoverlay.frag.glsl
yt_idv/shaders/textoverlay.vert.glsl
yt_idv/shaders/transfer_function.frag.glsl