{"id":20215482,"url":"https://github.com/kitwaremedical/slicerimstk","last_synced_at":"2026-03-07T13:32:51.105Z","repository":{"id":39586871,"uuid":"419650504","full_name":"KitwareMedical/SlicerIMSTK","owner":"KitwareMedical","description":"Extension for 3D slicer that enables user to prototype real-time multi-modal surgical simulation scenarios by leveraging iMSTK","archived":false,"fork":false,"pushed_at":"2022-09-07T17:36:01.000Z","size":377,"stargazers_count":7,"open_issues_count":6,"forks_count":5,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-10-11T12:42:47.428Z","etag":null,"topics":["3d-slicer-extension"],"latest_commit_sha":null,"homepage":"","language":"CMake","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"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":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-10-21T08:57:07.000Z","updated_at":"2025-02-18T14:24:05.000Z","dependencies_parsed_at":"2023-01-17T18:15:56.032Z","dependency_job_id":null,"html_url":"https://github.com/KitwareMedical/SlicerIMSTK","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KitwareMedical/SlicerIMSTK","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KitwareMedical%2FSlicerIMSTK","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KitwareMedical%2FSlicerIMSTK/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KitwareMedical%2FSlicerIMSTK/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KitwareMedical%2FSlicerIMSTK/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KitwareMedical","download_url":"https://codeload.github.com/KitwareMedical/SlicerIMSTK/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KitwareMedical%2FSlicerIMSTK/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30215681,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T13:25:55.541Z","status":"ssl_error","status_checked_at":"2026-03-07T13:25:38.596Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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:34.844Z","updated_at":"2026-03-07T13:32:51.063Z","avatar_url":"https://github.com/KitwareMedical.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"SlicerIMSTK\n===========\n\nExtension for 3D slicer that enables user to prototype real-time multi-modal surgical simulation scenarios\nby leveraging [iMSTK][iMSTK].\n\n_This project is in active development and may change from version to version without notice,_\n\n[iMSTK]: https://imstk.readthedocs.io\n\nUse cases\n---------\n\nTo enable the use of iMSTK in Slicer based application, the SlicerIMSTK extension\nsupports two use cases:\n\n| Use case | Description |\n|----------|-------------|\n| Bundled | Bundling in Slicer custom application. This provides all dependencies, configures \u0026 builds iMSTK and defines packaging rules to support integration in custom application created using [KitwareMedical/SlicerCustomAppTemplate][SlicerCustomAppTemplate]. |\n| Standalone | Building as a standalone extension. This provides iMSTK functionalities to the Slicer community through the extension manager. |\n\n[SlicerCustomAppTemplate]: https://github.com/KitwareMedical/SlicerCustomAppTemplate\n\n\nFrequently asked questions\n--------------------------\n\n### How to bundle the SlicerIMSTK 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\n# SlicerIMSTK\nset(extension_name \"SlicerIMSTK\")\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/SlicerIMSTK.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})\n\ninclude(${SlicerIMSTK_SOURCE_DIR}/SuperBuildPrerequisites.cmake)\n```\n\nHow to cite\n-----------\n\n`Arikatla, Venkata S., Mohit Tyagi, Andinet Enquobahrie, Tung Nguyen, George H. Blakey, Ray White, and Beatriz Paniagua. \"High fidelity virtual reality orthognathic surgery simulator.\" In Medical Imaging 2018: Image-Guided Procedures, Robotic Interventions, and Modeling, vol. 10576, p. 1057612. International Society for Optics and Photonics, 2018., doi: 10.1117/12.2293690`\n\nLicense\n-------\n\nIt is covered by the Apache License, Version 2.0:\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitwaremedical%2Fslicerimstk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkitwaremedical%2Fslicerimstk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitwaremedical%2Fslicerimstk/lists"}