WxNviz: Difference between revisions
Jump to navigation
Jump to search
(→Google SoC Reports: +#4) |
(→Roadmap / Progress: updated) |
||
Line 10: | Line 10: | ||
== Roadmap / Progress == | == Roadmap / Progress == | ||
=== | === Done === | ||
* Initial cleaning underlying [http://trac.osgeo.org/grass/browser/grass/trunk/lib/ogsf GRASS OpenGL gsurf OGSF Library] | * Initial cleaning underlying [http://trac.osgeo.org/grass/browser/grass/trunk/lib/ogsf GRASS OpenGL gsurf OGSF Library] | ||
** Doxygenization, code documentation | ** Doxygenization, code documentation | ||
** Eliminate <tt>fprintf()</tt>, changed to <tt>G_*_message()</tt>, <tt>G_warning()</tt>, <tt>G_fatal_error()</tt>, and <tt>G_debug()</tt> | ** Eliminate <tt>fprintf()</tt>, changed to <tt>G_*_message()</tt>, <tt>G_warning()</tt>, <tt>G_fatal_error()</tt>, and <tt>G_debug()</tt> | ||
=== | === In progress === | ||
* Update OGSF Library documentation | |||
* Experimental prototype of CLI version of NVIZ (just very simple functionality) | |||
::http://trac.osgeo.org/grass/browser/grass/trunk/visualization/nviz2/cmd | |||
* Design experimental <tt>nvizlib</tt> used by CLI and wxPython NVIZ prototype | * Design experimental <tt>nvizlib</tt> used by CLI and wxPython NVIZ prototype | ||
::http://trac.osgeo.org/grass/browser/grass/trunk/lib/nviz | |||
* Experimental prototype of NVIZ toolbox for wxGUI (based on NVIZ CLI functionality) | * Experimental prototype of NVIZ toolbox for wxGUI (based on NVIZ CLI functionality) | ||
::http://trac.osgeo.org/grass/browser/grass/trunk/gui/wxpython/nviz | |||
::http://trac.osgeo.org/grass/browser/grass/trunk/gui/wxpython/gui_modules/nviz.py | |||
== Screenshots == | == Screenshots == |
Revision as of 23:01, 2 July 2008
Back to wxGUI page.
Accepted Google Summer of Code 2008 project
Roadmap / Progress
Done
- Initial cleaning underlying GRASS OpenGL gsurf OGSF Library
- Doxygenization, code documentation
- Eliminate fprintf(), changed to G_*_message(), G_warning(), G_fatal_error(), and G_debug()
In progress
- Update OGSF Library documentation
- Experimental prototype of CLI version of NVIZ (just very simple functionality)
- Design experimental nvizlib used by CLI and wxPython NVIZ prototype
- Experimental prototype of NVIZ toolbox for wxGUI (based on NVIZ CLI functionality)