Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 920 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 920 Bytes

COMPAS Rhino UI

This package containts a collection of components to build user interfaces in Rhino 8+ for COMPAS tools.

Warning

This package can only be used inside of Rhino 8. In other environments it will simply not work...

Installation

Stable releases can be installed from PyPI.

pip install compas_rui

To install the latest version for development, do:

git clone https://github.com/blockresearchgroup/compas_rui.git
cd compas_rui
pip install -e ".[dev]"

Documentation

For further "getting started" instructions, a tutorial, examples, and an API reference, please check out the online documentation here: COMPAS Rhino UI docs

Issue Tracker

If you find a bug or if you have a problem with running the code, please file an issue on the Issue Tracker.