ryein / dendro

volumetric modeling for grasshopper built on top of openvdb
Mozilla Public License 2.0
65 stars 20 forks source link

V2 #7

Closed ryein closed 3 years ago

ryein commented 3 years ago

created new build system which links all dependencies to a folder called "dendro_libs". this removes the more complicated nuget package management system used in DendroAPI previously. when switching to this setup, openvdb was updated to the latest as well as all its dependencies.

updated the readme to reflect these changes and also give instruction on how to get up and running locally.