The Rhino RDK is a collection of tools that extend the Rhino application platform with visualization specific capabilities. In particular, the RDK provides:
When developing your RDK-aware render plug-in, you will need the SDK installed on your workstation. When distributing your plug-in, you will need to include the RDK installer as part of your own plug-in installer. To do this, simply install the RDK plug-in installer into the temp folder, and run it using the /silent command line option.
The RDK includes a demonstration project called Marmalade which you will find in the C:\Program Files\Rhino RDK\Marmalade folder. This plug-in shows how to set up your paths for header and lib files, and demonstrates many common RDK tasks such as creating custom materials and using the frame buffer.
A complete version of this text is part of the SDK download.