.coveragerc
.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
getting_started.ipynb
pyproject.toml
pytest.ini
run_all_examples.sh
setup.cfg
setup.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/main.yml
brainrender/__init__.py
brainrender/_colors.py
brainrender/_io.py
brainrender/_jupyter.py
brainrender/_utils.py
brainrender/_video.py
brainrender/actor.py
brainrender/atlas.py
brainrender/camera.py
brainrender/cameras.py
brainrender/render.py
brainrender/scene.py
brainrender/settings.py
brainrender/video.py
brainrender.egg-info/PKG-INFO
brainrender.egg-info/SOURCES.txt
brainrender.egg-info/dependency_links.txt
brainrender.egg-info/entry_points.txt
brainrender.egg-info/not-zip-safe
brainrender.egg-info/requires.txt
brainrender.egg-info/top_level.txt
brainrender/actors/__init__.py
brainrender/actors/cylinder.py
brainrender/actors/neurons.py
brainrender/actors/points.py
brainrender/actors/ruler.py
brainrender/actors/streamlines.py
brainrender/actors/volume.py
brainrender/atlas_specific/__init__.py
brainrender/atlas_specific/__pycache__/__init__.cpython-37.pyc
brainrender/atlas_specific/allen_brain_atlas/streamlines.py
brainrender/atlas_specific/allen_brain_atlas/gene_expression/__init__.py
brainrender/atlas_specific/allen_brain_atlas/gene_expression/api.py
brainrender/atlas_specific/allen_brain_atlas/gene_expression/ge_utils.py
brainrender/gui/__init__.py
brainrender/gui/app.py
brainrender/gui/style.py
brainrender/gui/ui.py
brainrender/gui/utils.py
brainrender/gui/apputils/__init__.py
brainrender/gui/apputils/actors_control.py
brainrender/gui/apputils/add_from_file_control.py
brainrender/gui/apputils/camera_control.py
brainrender/gui/apputils/regions_control.py
brainrender/gui/icons/BG_logo_mini.svg
brainrender/gui/icons/__init__.py
brainrender/gui/icons/box_dark.svg
brainrender/gui/icons/box_light.svg
brainrender/gui/icons/checkedbox_dark.svg
brainrender/gui/icons/checkedbox_light.svg
brainrender/gui/icons/down_dark.svg
brainrender/gui/icons/down_light.svg
brainrender/gui/icons/eye-slash.svg
brainrender/gui/icons/eye.svg
brainrender/gui/icons/right_dark.svg
brainrender/gui/icons/right_light.svg
brainrender/gui/widgets/__init__.py
brainrender/gui/widgets/actors_list.py
brainrender/gui/widgets/add_from_file.py
brainrender/gui/widgets/add_regions.py
brainrender/gui/widgets/screenshot_modal.py
brainrender/gui/widgets/tree.py