{"id":20215439,"url":"https://github.com/kitwaremedical/slicerlookingglass","last_synced_at":"2025-09-19T22:51:39.707Z","repository":{"id":40241765,"uuid":"300652400","full_name":"KitwareMedical/SlicerLookingGlass","owner":"KitwareMedical","description":"Extension for 3D slicer that enables user to visualize the 3D scene using the Looking Glass hardware display.","archived":false,"fork":false,"pushed_at":"2024-04-23T13:06:47.000Z","size":143,"stargazers_count":4,"open_issues_count":13,"forks_count":8,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-09-11T23:26:21.837Z","etag":null,"topics":["3d-slicer-extension"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KitwareMedical.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE_Apache_20","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-10-02T15:08:26.000Z","updated_at":"2024-04-23T13:06:52.000Z","dependencies_parsed_at":"2025-04-10T14:39:48.806Z","dependency_job_id":"aacea6d7-6377-4d05-a488-247ac1bc3075","html_url":"https://github.com/KitwareMedical/SlicerLookingGlass","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/KitwareMedical/SlicerLookingGlass","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KitwareMedical%2FSlicerLookingGlass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KitwareMedical%2FSlicerLookingGlass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KitwareMedical%2FSlicerLookingGlass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KitwareMedical%2FSlicerLookingGlass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KitwareMedical","download_url":"https://codeload.github.com/KitwareMedical/SlicerLookingGlass/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KitwareMedical%2FSlicerLookingGlass/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276012342,"owners_count":25569843,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-19T02:00:09.700Z","response_time":108,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["3d-slicer-extension"],"created_at":"2024-11-14T06:22:11.930Z","updated_at":"2025-09-19T22:51:39.690Z","avatar_url":"https://github.com/KitwareMedical.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SlicerLookingGlass\n\nExtension for 3D slicer that enables user to visualize the 3D scene using the Looking Glass hardware display.\n\n![](https://github.com/KitwareMedical/SlicerLookingGlass/releases/download/docs-resources/2020.09.24_SlicerLookingGlass_WhiteMatterAnalysis.png)\n\n## Getting Started\n\n* Obtain the holographic display hardware from https://lookingglassfactory.com\n\n* Install the [HoloPlay Service](https://lookingglassfactory.com/software/holoplay-service)\n\n* Download Slicer preview release from https://download.slicer.org\n\n* Install the SlicerLookingGlass extension\n\n## Frequently asked questions\n\n### How to bundle the SlicerLookingGlass extension in a Slicer custom application ?\n\nA snippet like the following should be added in the custom application `CMakeLists.txt`.\n\nMake sure to replace `\u003cSHA\u003e` with a valid value.\n\nNote the inclusion of `SuperBuildPrerequisites.cmake` CMake module after the call to `FetchContent_Populate`.\n\n```cmake\n# Add remote extension source directories\n# SlicerLookingGlass\nset(extension_name \"SlicerLookingGlass\")\nset(${extension_name}_SOURCE_DIR \"${CMAKE_BINARY_DIR}/${extension_name}\")\nFetchContent_Populate(${extension_name}\n  SOURCE_DIR     ${${extension_name}_SOURCE_DIR}\n  GIT_REPOSITORY ${EP_GIT_PROTOCOL}://github.com/KitwareMedical/SlicerLookingGlass.git\n  GIT_TAG        \u003cSHA\u003e\n  GIT_PROGRESS   1\n  QUIET\n  )\nmessage(STATUS \"Remote - ${extension_name} [OK]\")\nlist(APPEND Slicer_EXTENSION_SOURCE_DIRS ${${extension_name}_SOURCE_DIR})\ninclude(${SlicerLookingGlass_SOURCE_DIR}/SuperBuildPrerequisites.cmake)\n```\n\n## License\n\nThis project is maintained by Jean-Christophe Fillion-Robin from Kitware Inc.\n\nIt is covered by the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0\u003e).\n\nThe 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.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitwaremedical%2Fslicerlookingglass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkitwaremedical%2Fslicerlookingglass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitwaremedical%2Fslicerlookingglass/lists"}