This project is a template repo for creating Custom Grasshopper components with UI overrides.
Three components are provided in the template; a clickable button, two dropdown menus and a slider. You can change the colours easily, and you can use the code to combine buttons, sliders and dropdowns.
-
Clone this repo
-
Follow the guide from here to setup your dev environment: https://developer.rhino3d.com/guides/grasshopper/your-first-component-windows/#boilerplate-build
-
Remember to give each one of your own components a unique ids, you can generate GUIDs from here: https://www.guidgenerator.com/
This repo is licensed under the MIT license, you are free to do with it what you want.