Metadata-Version: 2.1
Name: compas-view2
Version: 0.5.0
Summary: Second generation viewers for the COMPAS framework
Home-page: https://github.com/compas-dev/compas_view2
Author: tom van mele
Author-email: van.mele@arch.ethz.ch
License: MIT license
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS.md

# COMPAS Viewers 2

![build](https://github.com/compas-dev/compas_view2/workflows/build/badge.svg)
[![GitHub - License](https://img.shields.io/github/license/compas-dev/compas_view2.svg)](https://github.com/compas-dev/compas_view2)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/compas_view2.svg)](https://pypi.python.org/project/compas_view2)
[![PyPI - Latest Release](https://img.shields.io/pypi/v/compas_view2.svg)](https://pypi.python.org/project/compas_view2)
[![Conda - Latest Release](https://anaconda.org/conda-forge/compas_view2/badges/version.svg)](https://anaconda.org/conda-forge/compas_view2)
[![Conda - Platform](https://img.shields.io/conda/pn/conda-forge/compas_view2)](https://anaconda.org/conda-forge/compas_view2)

Second generation viewers for the COMPAS framework

## Installation

See the [Getting Started](https://compas.dev/compas_view2/latest/gettingstarted.html) instructions in the docs.

## Features

* Full support for all COMPAS objects (primitives, shapes, network, mesh, volmesh)
* Pick select and Box select
* Shaded, Ghosted, Wireframe, Specular visualisation modes
* Mesh faces with individual colors
* Dynamic visualisation with simple decorators
* Text annotations
* Customizable UI and UI Controller
* Transformations in object space
* ...

## Examples

The example section in the docs is under construction.
Some basic examples are available in the `scripts` folder.

## 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.

## Roadmap

### Primitives

| Object   | Script             | Form               | Interactive        |
| -------- | ------------------ | ------------------ | ------------------ |
| Point    | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| Vector   | :heavy_check_mark: | :x:                | :x:                |
| Line     | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| Plane    | :heavy_check_mark: | :heavy_check_mark: | :x:                |
| Frame    | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| Circle   | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| Polygon  | :heavy_check_mark: | :x:                | :heavy_check_mark: |
| Polyline | :heavy_check_mark: | :x:                | :heavy_check_mark: |
| Text     | :heavy_check_mark: | :x:                | :x:                |

### Shapes

| Object     | Script             | Form               | Interactive        |
| ---------- | ------------------ | ------------------ | ------------------ |
| Box        | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| Sphere     | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| Cone       | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| Cylinder   | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| Capsule    | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| Torus      | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| Polyhedron | :heavy_check_mark: | :x:                | :heavy_check_mark: |
| Arrow      | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |

### Datastructures

| Object   | Script             | Form               | Interactive        |
| -------- | ------------------ | ------------------ | ------------------ |
| Network  | :heavy_check_mark: | :x:                | :heavy_check_mark: |
| Mesh     | :heavy_check_mark: | :x:                | :heavy_check_mark: |
| VolMesh  | :heavy_check_mark: | :x:                | :heavy_check_mark: |

### Robots


