https://github.com/lace/tri-again
Simple scenegraph for quickly debugging 3D meshes, polylines, and points
https://github.com/lace/tri-again
collada dae debugging-3d-meshes polyline scenegraph
Last synced: 3 months ago
JSON representation
Simple scenegraph for quickly debugging 3D meshes, polylines, and points
- Host: GitHub
- URL: https://github.com/lace/tri-again
- Owner: lace
- License: mit
- Created: 2020-05-12T21:58:57.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-14T16:14:31.000Z (over 2 years ago)
- Last Synced: 2025-02-02T10:47:04.030Z (4 months ago)
- Topics: collada, dae, debugging-3d-meshes, polyline, scenegraph
- Language: Python
- Homepage: https://tri-again.readthedocs.io/en/latest/
- Size: 205 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# tri-again
[][pypi]
[][pypi]
[][pypi]
[][coverage]
[][build]
[][black]Simple scenegraph for quickly debugging 3D meshes, polylines, and points.
[pypi]: https://pypi.org/project/tri-again/
[coverage]: https://github.com/lace/tri-again/blob/main/.coveragerc#L2
[build]: https://circleci.com/gh/lace/tri-again/tree/main
[docs build]: https://tri-again.readthedocs.io/en/latest/
[black]: https://black.readthedocs.io/en/stable/## Development
First, install Python 3.7 or 3.8 ([3.9 is not supported][issue 25]) and
[Poetry][install poetry].After cloning the repo, run `./bootstrap.zsh` to initialize a virtual
environment with the project's dependencies.Subsequently, run `./dev.py install` to update the dependencies.
[issue 25]: https://github.com/lace/tri-again/issues/25
[install poetry]: https://python-poetry.org/docs/#installation## License
The project is licensed under the MIT license.