An open API service indexing awesome lists of open source software.

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

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.

![sunpath_rhino](https://user-images.githubusercontent.com/2915573/32918073-23da3498-caef-11e7-8c34-476bde621060.gif)

## 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)