LICENSE
MANIFEST.in
README.md
pyproject.toml
src/compas_threejs/__init__.py
src/compas_threejs.egg-info/PKG-INFO
src/compas_threejs.egg-info/SOURCES.txt
src/compas_threejs.egg-info/dependency_links.txt
src/compas_threejs.egg-info/requires.txt
src/compas_threejs.egg-info/top_level.txt
src/compas_threejs/lights/__init__.py
src/compas_threejs/lights/ambientlight.py
src/compas_threejs/lights/light.py
src/compas_threejs/lights/pointlight.py
src/compas_threejs/lights/rectlight.py
src/compas_threejs/lights/sky.py
src/compas_threejs/lights/spotlight.py
src/compas_threejs/lights/sunlight.py
src/compas_threejs/materials/__init__.py
src/compas_threejs/materials/generic_material.py
src/compas_threejs/materials/line_material.py
src/compas_threejs/materials/material.py
src/compas_threejs/materials/physical_material.py
src/compas_threejs/materials/point_material.py
src/compas_threejs/metadata/__init__.py
src/compas_threejs/metadata/metadata.py
src/compas_threejs/tag/__init__.py
src/compas_threejs/tag/tag.py
src/compas_threejs/text/__init__.py
src/compas_threejs/text/text_geometry.py
src/compas_threejs/ui/__init__.py
src/compas_threejs/ui/button.py
src/compas_threejs/ui/checkbox.py
src/compas_threejs/ui/load_json_button.py
src/compas_threejs/ui/number_field.py
src/compas_threejs/ui/select_menu.py
src/compas_threejs/ui/slider.py
src/compas_threejs/ui/ui_element.py
src/compas_threejs/viewer/__init__.py
src/compas_threejs/viewer/app.py
src/compas_threejs/viewer/inbox.py
src/compas_threejs/viewer/outbox.py
src/compas_threejs/viewer/remote.py
src/compas_threejs/viewer/server.py
src/compas_threejs/viewer/workspace.py
src/compas_threejs/viewer/frontend/index.html
src/compas_threejs/viewer/frontend/assets/compas_icon_white.png
src/compas_threejs/viewer/frontend/assets/index.css
src/compas_threejs/viewer/frontend/assets/index.js
tests/test_compas_pb_compatibility.py