https://github.com/ladybug-tools/fairyfly-grasshopper
:ant: :green_book: Fairyfly plugin for Grasshopper.
https://github.com/ladybug-tools/fairyfly-grasshopper
Last synced: 4 months ago
JSON representation
:ant: :green_book: Fairyfly plugin for Grasshopper.
- Host: GitHub
- URL: https://github.com/ladybug-tools/fairyfly-grasshopper
- Owner: ladybug-tools
- License: agpl-3.0
- Created: 2026-01-07T18:20:00.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2026-02-19T17:52:49.000Z (4 months ago)
- Last Synced: 2026-02-19T20:54:51.362Z (4 months ago)
- Language: Python
- Size: 2.91 MB
- Stars: 5
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://github.com/ladybug-tools/fairyfly-grasshopper/actions)
[](https://github.com/IronLanguages/ironpython2/releases/tag/ipy-2.7.8/)
# fairyfly-grasshopper
:ant: :green_book: fairyfly plugin for Grasshopper.
This repository contains all Grasshopper components for the fairyfly plugin.
The package includes both the user objects (`.ghuser`) and the Python source (`.py`).
The repository also contains a JSON version of the grasshopper component data.
Note that this library only possesses the Grasshopper components and, in order to
run the plugin, the core libraries must be installed in a way that they can be
discovered by Rhino (see dependencies).
## Dependencies
The fairyfly-grasshopper plugin has the following dependencies (other than Rhino/Grasshopper):
* [ladybug-geometry](https://github.com/ladybug-tools/ladybug-geometry)
* [ladybug-core](https://github.com/ladybug-tools/ladybug)
* [ladybug-rhino](https://github.com/ladybug-tools/ladybug-rhino)
* [fairyfly-core](https://github.com/ladybug-tools/fairyfly-core)
* [fairyfly-therm](https://github.com/ladybug-tools/fairyfly-therm)
## Installation
See the [Wiki of the lbt-grasshopper repository](https://github.com/ladybug-tools/lbt-grasshopper/wiki)
for the installation instructions for the entire Ladybug Tools Grasshopper plugin
(including this repository).