https://github.com/blockresearchgroup/compas_rui
Collection of components to build graphical user interfaces (GUIs) in Rhino 8 for COMPAS packages.
https://github.com/blockresearchgroup/compas_rui
compas gui rhino8
Last synced: 5 months ago
JSON representation
Collection of components to build graphical user interfaces (GUIs) in Rhino 8 for COMPAS packages.
- Host: GitHub
- URL: https://github.com/blockresearchgroup/compas_rui
- Owner: BlockResearchGroup
- License: other
- Created: 2024-09-05T16:09:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-05T18:15:11.000Z (9 months ago)
- Last Synced: 2026-01-06T08:22:34.853Z (5 months ago)
- Topics: compas, gui, rhino8
- Language: Python
- Homepage: https://blockresearchgroup.github.io/compas_rui/latest
- Size: 5.1 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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.
```bash
pip install compas_rui
```
To install the latest version for development, do:
```bash
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](https://blockresearchgroup.github.io/compas_rui)
## 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](https://github.com/blockresearchgroup/compas_rui/issues).