Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/runxel/grasshopper-examples
- Owner: runxel
- License: other
- Created: 2020-09-19T10:46:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-10T16:07:19.000Z (8 months ago)
- Last Synced: 2024-05-10T17:24:43.327Z (8 months ago)
- Topics: grasshopper, grasshopper-python, grasshopper3d, rhino, rhino3d, rhinoceros
- Language: Python
- Homepage:
- Size: 1.63 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
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)