https://github.com/compas-dev/compas_view2
Standalone viewer for COMPAS
https://github.com/compas-dev/compas_view2
cad compas opengl viewer
Last synced: 10 months ago
JSON representation
Standalone viewer for COMPAS
- Host: GitHub
- URL: https://github.com/compas-dev/compas_view2
- Owner: compas-dev
- License: mit
- Archived: true
- Created: 2021-01-05T20:17:59.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-03T14:49:02.000Z (over 1 year ago)
- Last Synced: 2025-04-20T02:52:40.318Z (10 months ago)
- Topics: cad, compas, opengl, viewer
- Language: Python
- Homepage: https://compas.dev/compas_view2/
- Size: 267 MB
- Stars: 7
- Watchers: 3
- Forks: 8
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Authors: AUTHORS.md
Awesome Lists containing this project
README
# COMPAS Viewers 2
> [!WARNING]
> This package is deprecated and will be removed in the future.
> Please use [compas_viewer](https://github.com/compas-dev/compas_viewer) instead.

[](https://github.com/compas-dev/compas_view2)
[](https://pypi.python.org/project/compas_view2)
[](https://pypi.python.org/project/compas_view2)
[](https://anaconda.org/conda-forge/compas_view2)
[](https://anaconda.org/conda-forge/compas_view2)
Second generation viewers for the COMPAS framework.
## Features
- Full support for all COMPAS objects (primitives, shapes, network, mesh, volmesh)
- Pick select and Box select
- Shaded, Ghosted, Wireframe, Specular visualization modes
- Mesh faces with individual colors
- Dynamic visualization with simple decorators
- Text annotations
- Customizable UI and UI Controller
- Transformations in object space
- ...
## Installation
See the [Getting Started](https://compas.dev/compas_view2/latest/gettingstarted.html) instructions in the docs.
## Tutorials
This [tutorial page](https://compas.dev/compas_view2/latest/tutorials.html) contains basic lead-through, configuration setting, and software concepts.
## Examples
Examples can be found in our [example page](https://compas.dev/compas_view2/latest/examples.html).
## License
The code in this repo is licensed under the [MIT License](LICENCSE).
## Known Issues
Please check the [Issue Tracker](https://github.com/compas-dev/compas_view2/issues) of the repo for known issues and their solutions.
## Future
This project targets to [compas](https://github.com/compas-dev/compas). The next generation of it with compas_2 compatibility can be found in a separate repo [here](https://github.com/compas-dev/compas_viewer).