Difference between revisions of "2013 Summer Project Week Breakout Session:SlicerExtensions"
From NAMIC Wiki
Line 1: | Line 1: | ||
+ | [[2013_Summer_Project_Week#Agenda|Back to Summer project week Agenda]] | ||
Revision as of 03:33, 14 May 2013
Home < 2013 Summer Project Week Breakout Session:SlicerExtensionsBack to Summer project week Agenda
Topics requested by the community
Infrastructure
How much of slicer's core infrastructure should be used by extensions? From Andra Lasso: Currently the picture is quite mixed:
- Source control: separate for all extensions
- Issue tracking: separate for most extensions
- Module documentation: shared between Slicer core and extensions
(extensions appear in a different section)
- Hosting of binary releases: shared between Slicer core and extensions
(extensions appear in a different category)
- Dashboard: shared between Slicer core and extensions (extensions appear in
a different category)
Simplifying the process
- Can you make a python scripted extension without a built version of slicer?