Skip to content

Deep Sight v0.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@tsvilans tsvilans released this 03 Jan 11:01
· 59 commits to master since this release

DeepSight toolkit for design-oriented volume dataset manipulation.

Components

  • deepsight -> C++ wrapper (i.e. OpenVDB functions, etc.)
  • DeepSightNet -> C# wrapper for deepsight
  • RawLamb -> RhinoCommon interface for DeepSightNet
  • RawLamb.GH -> Grasshopper plug-in
  • pydeepsight -> Python wrapper using pybind11 (Python 3.10)

First release after major refactor.

Installation - Python

This version is for Python 3.10.

  1. In the command prompt, use pip install <path_to_deepsight-0.4-py3-none-any.whl>

Installation - Grasshopper

  1. Navigate to your Grasshopper components folder. You can find this by typing in %appdata%/Grasshopper/Libraries in the File Explorer navigation bar.
  2. Copy DeepSight-v0.4 to the Libraries folder.
  3. Unblock all .dll and .gha files as necessary.