I'm more familiar with C# than Python -- is there a way to run a C# script in Rhino without building a plugin?

Python is cool, I like it, but I’m much more proficient with C# and if possible would love to just stick with C# in this instance. Is there a way to run a C# Rhino script directly from Rhino Mac as one would a Python script, but without having to formally build a whole C# solution in Visual Studio or Xamarin?

Thanks for your thoughts.

You can use C# scripting components in Grasshopper.

1 Like

Ah that’s right, I remember that using Grasshopper on Rhino Win awhile back. Thanks @stevebaer – and is Grasshopper (with C# scripting component support) available in Rhino Mac?

Grasshopper (with C# scripting component support) is available in the Rhino Mac WIP.

1 Like

Fantastic, thanks!