Skip to content
This repository has been archived by the owner on Dec 11, 2018. It is now read-only.
/ V4D4Rhino Public archive

Rhino3d plugin to access V4Design Repository Assets

License

Notifications You must be signed in to change notification settings

V4Design/V4D4Rhino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

v4d_a01_crop

V4D4Rhino

Rhino3d plugin to access V4Design Repository Assets

flag_white_high_ec

This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 779962

Build status

Development

This project is developed on Windows 10, Visual Studio 2017 and is composed of two projects:

  • V4D4RhinoPlugin: The Rhino plugin, written in csharp and utilising RhinoCommon, CefSharp, and Newtonsoft.Json
  • V4DRhinoViewer: A Vue.js (cli-3) project for building the UI for the V4D4RhinoPlugin. Uses Vuetify.js for UI components.

Follow these steps when starting to develop:

  1. Clone or fork this repo
  2. From the v4d4rhinoviewer directory, run npm install
  3. From the v4d4rhinoviewer directory, run npm run serve
  4. Open the V4D4Rhino.sln in Visual Studio 2017
  5. Restore NuGet Packages
  6. Start Visual Studio debugging. Rhino will be launched.

Follow these steps after pulling new source:

  1. From the v4d4rhinoviewer directory, run npm install
  2. From the v4d4rhinoviewer directory, run npm run serve
  3. Open the V4D4Rhino.sln in Visual Studio 2017
  4. Start Visual Studio debugging. Rhino will be launched.

To contribute, commit changes to a development branch and open a pull request.

Releases

TODO