https://github.com/ladybug-tools/ladybug-rhino-plugin
Ladybug plugin for Rhino 6
https://github.com/ladybug-tools/ladybug-rhino-plugin
Last synced: 7 months ago
JSON representation
Ladybug plugin for Rhino 6
- Host: GitHub
- URL: https://github.com/ladybug-tools/ladybug-rhino-plugin
- Owner: ladybug-tools
- License: gpl-3.0
- Created: 2017-11-16T21:55:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-09-21T16:12:04.000Z (over 4 years ago)
- Last Synced: 2024-01-25T11:33:39.144Z (over 2 years ago)
- Language: Python
- Size: 19.5 KB
- Stars: 1
- Watchers: 5
- 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
# ladybug-rhino-plugin
Ladybug plugin for Rhino 6
Ladybug for Rhino will bring Ladybug functionalities to Rhino (without using Grasshopper).
The code in this repository is:
1. only a proof of concept! Test it on your own risk.
2. only functional in Rhino 6. It won't work in Rhino 5 or older versions of Rhino.

## Tentative roadmap
- [x] Create a proof of concept for sunpath
- [ ] Add sunlight hours analysis to sunpath under a separate tab
- [ ] Standardize our forms for Rhino interface. Potentially write a wrapper to avoid duplicate code
- [ ] Add sky and radiation studies
- [ ] Alpha release!
- [ ] Add wind-rose
- [ ] Add heatmap graphs (e.g. 3d chart)
- [ ] ...
## Dependencies
- [ladybug](https://github.com/ladybug-tools/ladybug)
- [ladybug-grasshopper](https://github.com/ladybug-tools/ladybug-grasshopper)