Skip to content

zisin/rhino-developer-samples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 6 branch corresponds to Rhino 6.
  • 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

About

Rhino and Grasshopper developer sample code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 46.0%
  • C# 31.6%
  • Visual Basic .NET 9.2%
  • Python 8.8%
  • C 4.1%
  • GLSL 0.2%
  • HTML 0.1%