https://github.com/ladybug-tools/honeybee-grasshopper-core
:honeybee: :green_book: Core Honeybee plugin for Grasshopper (aka. LBT Honeybee)
https://github.com/ladybug-tools/honeybee-grasshopper-core
Last synced: 4 months ago
JSON representation
:honeybee: :green_book: Core Honeybee plugin for Grasshopper (aka. LBT Honeybee)
- Host: GitHub
- URL: https://github.com/ladybug-tools/honeybee-grasshopper-core
- Owner: ladybug-tools
- License: agpl-3.0
- Created: 2019-10-28T17:29:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-08-12T01:56:22.000Z (10 months ago)
- Last Synced: 2025-08-12T03:36:13.778Z (10 months ago)
- Language: Python
- Homepage:
- Size: 44.6 MB
- Stars: 4
- Watchers: 5
- Forks: 6
- Open Issues: 3
-
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/honeybee-grasshopper-core/actions)
[](https://github.com/IronLanguages/ironpython2/releases/tag/ipy-2.7.8/)
# honeybee-grasshopper-core
:honeybee: :green_book: Core Honeybee plugin for Grasshopper (aka. honeybee[+]).
This repository contains all "core" Grasshopper components for the honeybee plugin
(aka. those components that are shared across all extensions). The package includes
both the userobjects (`.ghuser`) and the Python source (`.py`). Note that this
library only possesses the Grasshopper components and, in order to run the plugin,
the core libraries must be installed (see dependencies).
## Dependencies
The honeybee-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-display](https://github.com/ladybug-tools/ladybug-display)
* [ladybug-radiance](https://github.com/ladybug-tools/ladybug-radiance)
* [ladybug-rhino](https://github.com/ladybug-tools/ladybug-rhino)
* [honeybee-core](https://github.com/ladybug-tools/honeybee-core)
## Other Required Components
The honeybee-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)
## Extensions
The honeybee-grasshopper plugin has the following extensions:
* [honeybee-grasshopper-radiance](https://github.com/ladybug-tools/honeybee-grasshopper-radiance)
* [honeybee-grasshopper-energy](https://github.com/ladybug-tools/honeybee-grasshopper-energy)
## 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).