Sample showing how to start Rhino and Grasshopper from a winforms app with a CEF control.
- CEFSharp - [version 86.0.241] Used to host the UI, and javascript.
- rhino3dm.js - [version 0.13.0] Used to decode data from .net
- three.js - [version 123] Used to display the geometry coming from Rhino..
- .net [version 4.8]
- Rhino.Inside - [version 7.0.0] - Used to resolve Rhino related assemblies.
- RhinoTaskManager Library - .net library that opens up Rhino.
- This assumes you've installed node.js and Rhino 7.
- Clone this repository and open the
SampleRhinoInsideCEF.sln
in Visual Studio 2019. - Start the application.
- A winforms window will appear, then the GH Editor. Place some components onto the GH canvas to see them rendered on the js canvas hosted in CEF. This might take some time to start depending on the number of plugins installed in Rhino and GH.