Skip to content

AndersDeleuran/KangarooGHPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

KangarooGHPython

Examples of how to implement Kangaroo2 in GHPython. Please note that these examples are a first attempt at using Kangaroo2 with GHPython. So use with caution and be aware that there may be better approaches. Feedback and suggestions are more than welcome. The implementation has the following dependencies which will need to be installed on your system:

ghpython.gha
KangarooSolver.dll

Installing ghpython.gha and KangarooSolver.dll

  1. Move the files to the Grasshopper Libraries folder (%appdata%\Grasshopper\Libraries).
  2. Unblock them (right-click the file -> Properties -> Unblock -> Ok).

Add the Grasshopper Libraries folder path to the RhinoPython paths list
In order to implement KangarooSolver.dll using GHPython you will need to add the Grasshopper Libraries folder path to the RhinoPython paths list:

  1. In Rhino type in the command "EditPythonScript".
  2. In this Python editor go "Tools -> Options -> Files".
  3. Here you will see an overview of the directories which are currently referenced.
  4. Add a reference to the Grasshopper Libraries folder (it may be hidden, of so unhide it).
  5. Restart Rhino.

About

How to stuff a Kangaroo in your Python using a Grasshopper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages