https://github.com/ladybug-tools/dragonfly-grasshopper
:dragon: :green_book: Dragonfly plugin for Grasshopper.
https://github.com/ladybug-tools/dragonfly-grasshopper
Last synced: about 2 months ago
JSON representation
:dragon: :green_book: Dragonfly plugin for Grasshopper.
- Host: GitHub
- URL: https://github.com/ladybug-tools/dragonfly-grasshopper
- Owner: ladybug-tools
- License: agpl-3.0
- Created: 2019-03-07T02:24:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2026-02-24T19:11:12.000Z (4 months ago)
- Last Synced: 2026-02-24T23:43:14.057Z (4 months ago)
- Language: Python
- Homepage: https://docs.ladybug.tools/dragonfly-primer/
- Size: 153 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
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/dragonfly-grasshopper/actions)
[](https://github.com/IronLanguages/ironpython2/releases/tag/ipy-2.7.8/)
# dragonfly-grasshopper
:dragon: :green_book: 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).
## Dependencies
The dragonfly-grasshopper plugin has the following dependencies (other than Rhino/Grasshopper):
* [ladybug-core](https://github.com/ladybug-tools/ladybug)
* [ladybug-geometry](https://github.com/ladybug-tools/ladybug-geometry)
* [ladybug-comfort](https://github.com/ladybug-tools/ladybug-comfort)
* [ladybug-rhino](https://github.com/ladybug-tools/ladybug-rhino)
* [honeybee-core](https://github.com/ladybug-tools/honeybee-core)
* [honeybee-energy](https://github.com/ladybug-tools/honeybee-energy)
* [honeybee-energy-standards](https://github.com/ladybug-tools/honeybee-energy-standards)
* [dragonfly-core](https://github.com/ladybug-tools/dragonfly-core)
* [dragonfly-energy](https://github.com/ladybug-tools/dragonfly-energy)
## Other Required Components
The dragonfly-grasshopper plugin also requires the Grasshopper components within the
following repositories to be installed in order to work correctly:
* [ladybug-grasshopper](https://github.com/ladybug-tools/ladybug-grasshopper)
* [honeybee-grasshopper-core](https://github.com/ladybug-tools/honeybee-grasshopper-core)
* [honeybee-grasshopper-energy](https://github.com/ladybug-tools/honeybee-grasshopper-energy)
* [honeybee-grasshopper-radiance](https://github.com/ladybug-tools/honeybee-grasshopper-radiance)
## 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).