Skip to content

Extension for 3D slicer that enables user to visualize the 3D scene using the Looking Glass hardware display.

License

Notifications You must be signed in to change notification settings

KitwareMedical/SlicerLookingGlass

Repository files navigation

SlicerLookingGlass

Extension for 3D slicer that enables user to visualize the 3D scene using the Looking Glass hardware display.

Getting Started

Frequently asked questions

How to bundle the SlicerLookingGlass extension in a Slicer custom application ?

A snippet like the following should be added in the custom application CMakeLists.txt.

Make sure to replace <SHA> with a valid value.

Note the inclusion of SuperBuildPrerequisites.cmake CMake module after the call to FetchContent_Populate.

# Add remote extension source directories
# SlicerLookingGlass
set(extension_name "SlicerLookingGlass")
set(${extension_name}_SOURCE_DIR "${CMAKE_BINARY_DIR}/${extension_name}")
FetchContent_Populate(${extension_name}
  SOURCE_DIR     ${${extension_name}_SOURCE_DIR}
  GIT_REPOSITORY ${EP_GIT_PROTOCOL}://github.com/KitwareMedical/SlicerLookingGlass.git
  GIT_TAG        <SHA>
  GIT_PROGRESS   1
  QUIET
  )
message(STATUS "Remote - ${extension_name} [OK]")
list(APPEND Slicer_EXTENSION_SOURCE_DIRS ${${extension_name}_SOURCE_DIR})
include(${SlicerLookingGlass_SOURCE_DIR}/SuperBuildPrerequisites.cmake)

License

This project is maintained by Jean-Christophe Fillion-Robin from Kitware Inc.

It is covered by the Apache License, Version 2.0.

The license file was added at revision 15ba230 on 2020-10-02, but you may consider that the license applies to all prior revisions as well.

About

Extension for 3D slicer that enables user to visualize the 3D scene using the Looking Glass hardware display.

Topics

Resources

License

Stars

Watchers

Forks