Skip to content

Collection of components to build graphical user interfaces (GUIs) in Rhino 8 for COMPAS packages.

License

Notifications You must be signed in to change notification settings

BlockResearchGroup/compas_rui

Repository files navigation

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.