Fluo is a collection of scripts and tools developed or curated over the past few years to streamline my daily Rhino and Grasshopper workflow. It's essentially just a personal archive.
Fluo-for-Rhino/
├── aliases/
├── commands/
├── scripts/
├── LICENSE
└── README.md
-
A directory containing aliases and tools used to keep them organized, along with utilities to make the import/export process more efficient.
-
A collection of Python-based Rhino commands designed to enhance functionality and provide useful tools for an improved Rhino experience.
- Rhinotools – Ejnar Brendsdal great toolbox for Rhino (included Rhino v8 by default)
- Rhino Commands List – List of all the built-in commands in Rhino 8
- Rhino API References – Comprehensive documentations for Rhino and Grasshopper (RhinoCommon, RhinoScriptSyntax, etc.)
- RhinoCommon in Python - HowTo use RhinoCommon inside of a Python Script
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.