Difference between revisions of "Development"

From mitk.org
Jump to navigation Jump to search
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
There is a section [http://docs.mitk.org/nightly/DeveloperManualPortal.html Development with MITK] in the Doxygen documentation.
+
Please start with our [http://docs.mitk.org/nightly/DeveloperManualPortal.html Developer Manual].
  
 +
We then highly recommend to use MITK as a framework and start with our [https://github.com/MITK/MITK-ProjectTemplate template repository on GitHub] for new projects.
  
 
== Useful links ==
 
== Useful links ==
  
* [http://docs.mitk.org/nightly/HowToNewProject.html Setting up your own MITK based project]
+
* [https://github.com/MITK MITK on GitHub]
* [http://cdash.mitk.org Dashboard]
+
* [[How_to_contribute| How to Contribute]]
 +
* [http://cdash.mitk.org CI build status]
 
* [[BugTracking]]
 
* [[BugTracking]]
* [[Roadmap]]
 
* [[Download|GIT access]]
 
* [https://github.com/MITK MITK on GitHub]
 
* [https://phabricator.mitk.org/diffusion Browse MITK repositories]
 
 
* [[License]]
 
* [[License]]
* [[Build_requirements|Build Requirements]]
 
* [[Developer_Tutorial|Developer Tutorial (do this first)]]
 
* [http://docs.mitk.org/nightly/TutorialPage.html MITK Tutorial]
 
* [http://docs.mitk.org/nightly/index.html Class documentation]
 
* [[Interaction_concept|Interaction concept of MITK]]
 
* [[Undo_concept|Undo/Redo concept of MITK]]
 
* [http://docs.mitk.org/nightly/DeploymentPage.html How to deploy MITK applications]
 
* [[DICOM_in_mitk| DICOM in MITK]]
 
* [[How_to_contribute| How to Contribute]]
 
* [[Contributors| List of contributors]]
 
* [[FAQ]]
 
<!--* Ongoing and finished modifications of the Core library: [[ChangeRequests]]-->
 
 
 
[[:Category:Development|Related Pages "Development"]]
 

Latest revision as of 12:17, 11 February 2021

Please start with our Developer Manual.

We then highly recommend to use MITK as a framework and start with our template repository on GitHub for new projects.

Useful links