Hi, I have several questions for scripting a new own GH component made by Python on Mac:
-
I’d like to employ PyCharm (or other IDEs) how the tool for scripting new gh component, so, as I can assume I need to add the path to the Rhino Python lib (rhinoscriptsyntax and RhinoCommon(Rhino)) in PyCharm. What are the paths for Mac? I have found this thread but seems it’s outdated and for Windows usage.
-
How to add a custom Grasshopper component made by Python on Mac? There is the guide for C# on Mac (utilizing Xamarin Studio), also stumbled across Grasshopper Wizards (but that all for C# and Vb), and can’t find any tool for Mac and Python in conjunction.
-
I have heard that the Grasshopper components written on Python execute essentially longer in contrast with C# and Vb. Why is it if it’s true of course?