How to distribute component made by C#

I have component written by C#.
I want to distribute this component to colleagues in same way as many plugin in food4rhino (such as Ladybug/Honeybee etc)
Are there any page explaining how to do that?

Hello @Katsuya_Obara. Is this a compiled component, or a c# component in a GH definition? All of these can be distributed through food4rhino.

A compiled component library will be a .gha file. A c# component can be distributed either as part of a GH definition, or even better, as a custom user object. This video shows how to create a custom user object. This will generate a .ghuser file which you can distribute.

1 Like