algorithmic modeling for Rhino
Hi,
Thanks for replying. My question seems not to be clear : I use already python in GH, I create custom things by registering scripts, but I'd like to create a "real" GH component, not an editable script which looks like a component.
C# and VB are different languages that compile to the same Common Intermediate Language (CIL). GHA files are really .NET CIL assembly Dlls with a different extension. There are some projects to take Python to the .NET world and VisualStudio but I'm not sure if this is what you need.
Try looking up IronPython and Python Tool for Visual Studio. Don't know if those really bring the Python Synthax to CIL Compilers or just link to the Python libraries. For performance reasons you should still look into VB or C# anyway, because the Python implementation of the GH and Rhino SDK just wraps the original SDK in a Python layer. So even if IronPython compiles to CIL, this would add another layer of wrapping.
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by