Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/runxel/grasshopper-examples

Grasshopper example scripts.
https://github.com/runxel/grasshopper-examples

grasshopper grasshopper-python grasshopper3d rhino rhino3d rhinoceros

Last synced: 2 months ago
JSON representation

Grasshopper example scripts.

Awesome Lists containing this project

README

        

# Grasshopper examples 🦗

![Rhino Version](https://img.shields.io/badge/Rhino-6-801010?logo=Rhinoceros)    ![Grasshopper Version](https://img.shields.io/badge/Grasshopper-1.0-71C53D?logo=Rhinoceros)

> Some Grasshopper example files to show neat ways of working, tips & tricks.

### Scripting
A big feature of Grasshopper is the ability to actually _script_ inside a scripting node. You can do so in VB.net, C#, and most importantly Python. Latter being also the probably easiest choice. It is encouraged to write in your IDE of choice, with the help of [IronPython stubs](https://github.com/gtalarico/ironpython-stubs).
For more info on Python in Rhino/Grasshopper see [this](https://developer.rhino3d.com/guides/rhinopython/).

## Other stuff

- Check out the [secrets of Rhino + Grasshopper](https://runxel.xyz/rhino-secrets/).
- Have a look at my [Rhino scripts](https://github.com/runxel/rhino-scripts)!
- Read the [Grasshopper Primer](https://www.modelab.is/grasshopper-primer)
- Learn how to create your [own components](https://developer.rhino3d.com/guides/grasshopper/)
- [Grasshopper Arsenal](https://github.com/dantaeyoung/GrasshopperArsenal)

## License
[Blue Oak Model License (BOML)](/LICENSE.md)