All Projects → mcneel → Rhino Developer Samples

mcneel / Rhino Developer Samples

Licence: other
Rhino and Grasshopper developer sample code

Projects that are alternatives of or similar to Rhino Developer Samples

Arcgis Pro Sdk Community Samples
ArcGIS Pro SDK for Microsoft .NET Framework Community Samples
Stars: ✭ 119 (-52.96%)
Mutual labels:  samples, sdk
Mixed Reality Extension Sdk Samples
Sample code for the Mixed Reality Extension SDK (https://github.com/Microsoft/mixed-reality-extension-sdk)
Stars: ✭ 65 (-74.31%)
Mutual labels:  samples, sdk
Firecracker Go Sdk
An SDK in Go for the Firecracker microVM API
Stars: ✭ 233 (-7.91%)
Mutual labels:  sdk
Evt4j
Official Java SDK for everiToken public chain. https://www.everitoken.io
Stars: ✭ 248 (-1.98%)
Mutual labels:  sdk
Ecere Sdk
Ecere SDK (eC Language, Ecere IDE, Cross platform GUI, graphics, and more) — http://ec-lang.org —
Stars: ✭ 244 (-3.56%)
Mutual labels:  sdk
Amplitude Javascript
JavaScript SDK for Amplitude
Stars: ✭ 234 (-7.51%)
Mutual labels:  sdk
Cloud Code Samples
Code templates to make working with Kubernetes feel like editing and debugging local code.
Stars: ✭ 245 (-3.16%)
Mutual labels:  samples
Wechat
WeChat SDK for Go (微信SDK:简单、易用)
Stars: ✭ 3,144 (+1142.69%)
Mutual labels:  sdk
Zapier Platform Cli
💻 Build Zapier integrations and test locally using the JavaScript tools you already know.
Stars: ✭ 249 (-1.58%)
Mutual labels:  sdk
Parse Embedded Sdks
The Embedded SDKs for the Parse Platform
Stars: ✭ 244 (-3.56%)
Mutual labels:  sdk
Couchbase Net Client
The official Couchbase SDK for .NET Core and Full Frameworks
Stars: ✭ 246 (-2.77%)
Mutual labels:  sdk
Coinapi Sdk
SDKs for CoinAPI
Stars: ✭ 238 (-5.93%)
Mutual labels:  sdk
Sdk
The jMonkeyEngine3 SDK based on netbeans
Stars: ✭ 240 (-5.14%)
Mutual labels:  sdk
Sharpcaster
Chromecast C# SDK for Windows, Windows Phone, .NET 4.5.1, Xamarin.iOS and Xamarin.Android platforms.
Stars: ✭ 245 (-3.16%)
Mutual labels:  sdk
Wiredash Sdk
Interactive user feedback tool for Flutter 🎉
Stars: ✭ 232 (-8.3%)
Mutual labels:  sdk
Strapi Sdk Javascript
🔌 Official JavaScript SDK for APIs built with Strapi.
Stars: ✭ 247 (-2.37%)
Mutual labels:  sdk
Core
PHP Telegram Bot based on the official Telegram Bot API
Stars: ✭ 2,899 (+1045.85%)
Mutual labels:  sdk
Elixir Samples
A collection of samples on using Elixir with Google Cloud Platform.
Stars: ✭ 241 (-4.74%)
Mutual labels:  samples
Rhizobia p
PHP安全SDK及编码规范
Stars: ✭ 244 (-3.56%)
Mutual labels:  sdk
Jcabi Github
Object Oriented Wrapper of Github API
Stars: ✭ 252 (-0.4%)
Mutual labels:  sdk

Rhino Developer Samples

This repository contains all the sample developer code for programming in the Rhino and Grasshopper ecosystem.

The source of this repository will be used to populate the Samples section of the Rhino Developer website.

Much like the Rhino Developer website, the version of Rhino that these samples are compatible with are determined by which branch of this repository one is viewing:

  • The master branch corresponds to the version of Rhino currently in active development (the WIP branch).
  • The 7 branch correspondes to Rhino 7, the 6 branch corresponds to Rhino 6, etc.
  • Older versions of Rhino will be archived into version-specific branches (for example: 5).

Samples by SDK or Language

The samples in this repository are organized by folders that correspond to the different SDKs that make up the Rhino development platform. For more information about the different Rhino SDKs and supported languages, please see the Rhino Developer website. This repository contains samples for:

Building Samples

TODO: More info about building coming soon.

Why are the sample projects prefixed with the word Sample?

We gave each sample project a unique name in order to avoid command name collisions when these samples are run in Rhino. The word Sample is prefixed to distinguish it from developer "Test" commands that sometimes used to test out new functionality in Rhino. Since it is possible - and probable - that samples might be built, run, and tested in multiple languages, so we opted for a language code (C/C++ samples omit this simply because they came first), before the name of the sample.

Testing

TODO: More info coming soon

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].