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...
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]"
For further "getting started" instructions, a tutorial, examples, and an API reference, please check out the online documentation here: COMPAS Rhino UI docs
If you find a bug or if you have a problem with running the code, please file an issue on the Issue Tracker.