Skip to content

gitter-badger/SpeckleRhino

 
 

Repository files navigation

SpeckleRhino

This repository contains various projects for building Speckle Clients for Rhino and Grasshopper. SpeckleCore is included as a submodule.

Build status

Usage

If you want to install Speckle for Rhino, download the latest build from the master branch.

Alternatively, you can download the latest offical release.

Building Speckle for Rhino

Speckle for Rhino is developed with Visual Studio 2017.

In order to build Speckle for Rhino:

  1. Clone this repository
  2. run git submodule update --init to bring in the SpeckleCore submodule
  3. Navigate to the SpeckleView directory and run npm install from a console. This will install all dependencies for the SpeckleView project.
  4. Run npm run dev to build the UI and start a local server. In a browser, navigate to http://localhost:9090. You should see the SpeckleView UI
  5. Open SpeckleRhino.sln from the repository root.
  6. Build the solution

The complete build output will be found in the Solution Directory under the Debug or Release directory, depending on the configuration you are building.

About

Rhino 5 & 6 + Grasshopper Speckle Clients

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.4%
  • Other 0.6%