Rhino 9 Feature: C++ SDK for Mac

Hi all!

I’ve spent the last few months putting together a prototype C++ SDK for Rhino for Mac. The repository for this “Test SDK” is available from here:

This isn’t an official API yet - and it will only run on Rhino WIP (ie - Rhino 9). We won’t be making this available for Rhino 8. It is basically exactly the same as the C++ SDK for WIndows, and provides the same level of low-level access to Rhino that you get with that API.

Obviously there is no support for MFC nor any Win32 API, but if you have an existing C++ plug-in you should find that porting your native code to the Mac is relatively straightforward.

Complete instructions for using the SDK are in the readme of the Github repository. Please respond to this thread with any questions or problems and we will get them fixed!

  • Andy
11 Likes

Finally! Thank you!

1 Like