Difference between revisions of "Version 1.0 ToDo List"
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
|- | |- | ||
| Basic file I/O | | Basic file I/O | ||
− | | Done. Except Matt has been having trouble loading in VTK files. He has had to modify the files to get them to work. | + | | Done. Except Matt has been having trouble loading in VTK files. He has had to modify the files to get them to work. Action item: Matt needs to send an example file that does not work to the Kitware folks to take a look. |
|- | |- | ||
| Basic rendering | | Basic rendering | ||
Line 25: | Line 25: | ||
|- | |- | ||
| User's Guide | | User's Guide | ||
− | | Behind. Trying to catch up. | + | | Behind. Trying to catch up. Making some progress. |
|- | |- | ||
| Green dashboard | | Green dashboard | ||
Line 41: | Line 41: | ||
| Prototype VTK/ParaView/VisIt integration<br/> | | Prototype VTK/ParaView/VisIt integration<br/> | ||
(Technically not part of the release, but should indicate we have viable components.) | (Technically not part of the release, but should indicate we have viable components.) | ||
− | | | + | | Eric Brugger has made some progress on integrating VTK-m into VisIt. He is able to run the marching cubes algorithm from within VisIt and generate images. |
|} | |} |
Revision as of 13:47, 6 January 2016
The following is a list of features collected in the months before the VTK-m 1.0 release that are on the short path to be completed.
Feature | Status |
---|---|
Settling of the core interface | Rob working on interface for finding what device adapters are available at runtime. Probably will move device adapter traits outside of internal. |
Standardization of "filters"
|
Rob is going to work on this. Originally the design was to compile filters into libraries, but the latest design is using a header-based approach. The current status is at https://gitlab.kitware.com/robertmaynard/vtk-m/tree/vtkm_filters. |
Support worklet operations that are not one-to-one output | Done |
Basic file I/O | Done. Except Matt has been having trouble loading in VTK files. He has had to modify the files to get them to work. Action item: Matt needs to send an example file that does not work to the Kitware folks to take a look. |
Basic rendering | Not started yet. There is a Rendering Infrastructure design document. |
Clean up Doxygen | Need to get documentation syncing nightly. |
User's Guide | Behind. Trying to catch up. Making some progress. |
Green dashboard |
|
Prototype VTK/ParaView/VisIt integration (Technically not part of the release, but should indicate we have viable components.) |
Eric Brugger has made some progress on integrating VTK-m into VisIt. He is able to run the marching cubes algorithm from within VisIt and generate images. |