-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add DentureRegistration extension #1922
base: main
Are you sure you want to change the base?
Conversation
Thanks for sharing this. Please add a license file. |
It would have been trivial to implement this module in Python, while it was considerable effort to implement it in C++ (and will continue to remain much more work to maintain and develop it further in C++). I would recommend to consider switching to C++. You can put custom computation (e.g., yunsuan) into a C++ CLI module. |
Here are some changes we made:
|
I think @lassoan probably meant to say that migrating the module to python would make the code more concise and maintainable. I know you have it working now in C++, but it is an interesting question of how much effort it would be to translate to python now vs how much effort it will save over the life of the extension. |
Thanks for taking care of this, I posted some additional suggestion here: |
Update scmrevision, contributors, category and homepage Add missing "description" key
New extension
3d-slicer-extension
GitHub topic so that it is listed here. To edit topics, click the settings icon in the right side of "About" section header and enter3d-slicer-extension
in "Topics" and click "Save changes". To learn more about topics, read https://help.github.com/en/articles/about-topicsSettings
and in repository settings uncheckWiki
,Projects
, andDiscussions
(if they are currently not used)About
in the top-right corner of the repository main page and uncheckReleases
andPackages
(if they are currently not used)