Skip to content

compas-dev/compas_viewer

Repository files navigation

COMPAS VIEWER

Standalone viewer for COMPAS 2.0

More information is available in the docs: https://compas.dev/compas_viewer/

Features

  • Performative and easy-to-use new architecture based on compas_v1's compas_view2.
  • Complete configurable settings and flexible customization.
  • Full support for all COMPAS objects (primitives, shapes, graph, mesh, volmesh) based on compas.scene architecture.
  • Up-to-date PySide6 and PyOpenGL compatibility.
  • Action-based user interaction: drag, select, zoom, pan, rotate, etc.
  • Data-driven visualization with simple decorators: facecolor, edgecolor, vertexcolor, linewidth, pointsize, etc.
  • Text tags and grids.
  • Customizable UI and UI Controller
  • Transformations in object space
  • ...

Installation

See the Getting Started instructions in the docs.

Tutorials

This tutorial page contains basic lead-through, configuration setting, and software concepts.

Examples

Examples can be found in our example page.

Contributing

Contributing page provides the guidelines for contributing to this project. We very much welcome any contributions to this project (Bug Fix, Action class contribution, etc.)

License

The code in this repo is licensed under the MIT License.

Known Issues

Please check the Issue Tracker of the repo for known issues and their solutions.