arup-group / Custom-Grasshopper-UI-Components

A template for creating Grasshopper components with Custom UI Attributes, including button, slider and dropdowns

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Template for Custom Grasshopper components

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.

SliderUIAttributes

To get started:

  1. Clone this repo

  2. Follow the guide from here to setup your dev environment: https://developer.rhino3d.com/guides/grasshopper/your-first-component-windows/#boilerplate-build

  3. Remember to give each one of your own components a unique ids, you can generate GUIDs from here: https://www.guidgenerator.com/

License

This repo is licensed under the MIT license, you are free to do with it what you want.

About

A template for creating Grasshopper components with Custom UI Attributes, including button, slider and dropdowns

License:MIT License


Languages

Language:C# 100.0%