Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slicer/vtkaddon
General-purpose features that may be integrated into VTK library in the future.
https://github.com/slicer/vtkaddon
3d-slicer c-plus-plus vtk
Last synced: 1 day ago
JSON representation
General-purpose features that may be integrated into VTK library in the future.
- Host: GitHub
- URL: https://github.com/slicer/vtkaddon
- Owner: Slicer
- License: other
- Created: 2020-03-24T17:00:13.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-10T06:43:16.000Z (3 months ago)
- Last Synced: 2024-12-25T12:06:53.696Z (9 days ago)
- Topics: 3d-slicer, c-plus-plus, vtk
- Language: C++
- Homepage:
- Size: 173 KB
- Stars: 14
- Watchers: 18
- Forks: 21
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vtkAddon
## Overview
This module contains general-purpose features that may be integrated into VTK library in the future.
## Contact
Questions regarding this project should be posted on 3D Slicer forum: https://discourse.slicer.org
## History
The original vtkAddon library was created and integrated into Slicer by Andras Lasso (PerkLab, Queen's University)
in March 2015, and maintained by the Slicer community since then.In July 2015, Bill Lorensen copied the vtkAddon sources into a [dedicated repository][lorensen-vtkAddon] and added
support to build the library as a VTK remote module. Since this new repository duplicated the content already available
in the Slicer source tree, it was not maintained.Finally, in March 2020, this GitHub project was created by extracting the history from the main Slicer repository
and the project was [integrated][slicer-vtkAddon-pr] into Slicer had a remote project.## License
This project is distributed under the BSD-style Slicer license allowing academic and commercial use without any restrictions. Please see the [LICENSE](LICENSE) file for details.
[lorensen-vtkAddon]: https://github.com/lorensen/vtkAddon
[slicer-vtkAddon-pr]: https://github.com/Slicer/Slicer/pull/4765