.gitignore
.pylintrc
LICENSE
README.md
dev-requirements.txt
pyproject.toml
.github/workflows/pylint.yml
.github/workflows/pytest.yml
.github/workflows/python-publish.yml
.github/workflows/static.yml
examples/threejs/experiment.glb
examples/threejs/index.html
examples/threejs/main.css
nexus3d/__init__.py
nexus3d/coordinate_systems.py
nexus3d/matrix.py
nexus3d/nexus_transformations.py
nexus3d.egg-info/PKG-INFO
nexus3d.egg-info/SOURCES.txt
nexus3d.egg-info/dependency_links.txt
nexus3d.egg-info/entry_points.txt
nexus3d.egg-info/requires.txt
nexus3d.egg-info/top_level.txt
nexus3d/formats/__init__.py
nexus3d/formats/cube_mesh.py
nexus3d/formats/gltf_cube_mesh.py
nexus3d/formats/gltf_test_files.py
nexus3d/formats/interfaces.py
nexus3d/formats/stl_cube_mesh.py
scripts/create_example_glb.sh
scripts/lint.sh
tests/test_cli.py
tests/test_stl.py
tests/test_transformations.py
tests/data/transformation_example.h5