Skip to content

galer7/run-grasshopper-demo

Repository files navigation

run-grasshopper-demo

This repository aims to cover all possible ways of running a headless Grasshopper instance in various configurations:

  • different Rhino versions
  • different .NET runtimes
  • different programming languages (coming soon...)

Motivation

At the time of writing (6 January 2024), the barrier to entry for starting developing Rhino/Grasshopper applications is quite high. The official documentation is not very clear and the examples are not very well documented.

Coming from a TypeScript background, I found that the .NET ecosystem is quite different and the learning curve is quite steep e.g. working with Visual Studio, assembly references, .NET runtimes, etc.

Taking into consideration today's advances in AI (specifically the text-to-shape research), I believe that this sort of effort can serve as a good start for developers and researchers with no prior experience in the .NET ecosystem to start developing their own applications.

This repository is my take on (hopefully) making this process a little bit easier.

List of available demos

Resources