VTK/Developer how to: Difference between revisions
From KitwarePublic
< VTK
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 20: | Line 20: | ||
<div style="float: left; width: 50%;"> | <div style="float: left; width: 50%;"> | ||
===Source Code How-to=== | ===Source Code How-to=== | ||
:[ | :[http://www.vtk.org/VTK/resources/software.html Get the VTK Source] | ||
:[[VTK/Git/Develop#Setup|Setup for Git development]] | :[[VTK/Git/Develop#Setup|Setup for Git development]] | ||
:[[VTK/Git/Develop#Create_a_Topic|Create, Commit, and Share Change Sets]] | :[[VTK/Git/Develop#Create_a_Topic|Create, Commit, and Share Change Sets]] | ||
Line 29: | Line 29: | ||
===View the Code=== | ===View the Code=== | ||
:[[VTK/Git|VTK Git Landing page]] | |||
:[http://vtk.org/gitweb?p=VTK.git VTK Gitweb] | :[http://vtk.org/gitweb?p=VTK.git VTK Gitweb] | ||
:[https://github.com/Kitware/VTK Github Mirror] | :[https://github.com/Kitware/VTK Github Mirror] |
Revision as of 17:41, 8 May 2014
Start Here
Join
Read
- Browse the VTK Coding Standards so we're all on the same page
- Skim the Developer's FAQ
- Peruse a few of the External Tutorials
Learn
- Watch some of Kitware's Webinars
- Build some of the Wiki Examples
- Read the Advanced Tutorials
Source Code How-to
- Get the VTK Source
- Setup for Git development
- Create, Commit, and Share Change Sets
- Configure and Build VTK
Check the Status
View the Code
Resources
- Contribute a Dashboard
- Dashboards are an important tool we use to ensure quality.
- Communications
- Search the mailing list archives
- Data
- VTK is tested and released with datasets for visualization.
- CDash
- View the VTK Quality Dashboards
- Documentation
- Build the VTK Doxygen documentation
- FAQ
- Read some popular questions and answers.