🐉 📗 Dragonfly plugin for Grasshopper (aka. dragonfly[+]).
This repository contains all Grasshopper components for the dragonfly plugin.
The package includes both the user objects (.ghuser
), the Python source (.py
),
and 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).
The dragonfly-grasshopper plugin has the following dependencies (other than Rhino/Grasshopper):
- ladybug-core
- ladybug-geometry
- ladybug-comfort
- ladybug-rhino
- honeybee-core
- honeybee-energy
- honeybee-energy-standards
- dragonfly-core
- dragonfly-energy
The dragonfly-grasshopper plugin also requires the Grasshopper components within the following repositories to be installed in order to work correctly:
- ladybug-grasshopper
- honeybee-grasshopper-core
- honeybee-grasshopper-energy
- honeybee-grasshopper-radiance
See the Wiki of the lbt-grasshopper repository for the installation instructions for the entire Ladybug Tools Grasshopper plugin (including this repository).