WxNviz: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
(→‎Google SoC Reports: link to #1 report)
(→‎In progress: link to nviz_cmd)
Line 15: Line 15:
** 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>
* Experimental prototype of CLI version of NVIZ (just very simple functionality)
* Experimental prototype of CLI version of NVIZ (just very simple functionality)
::http://trac.osgeo.org/grass/browser/grass-addons/visualization/nviz2/cmd


=== Planned ===  
=== Planned ===  

Revision as of 07:20, 7 June 2008

Back to wxGUI page.

Accepted Google Summer of Code 2008 project

Roadmap / Progress

In progress

  • 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()
  • Experimental prototype of CLI version of NVIZ (just very simple functionality)
http://trac.osgeo.org/grass/browser/grass-addons/visualization/nviz2/cmd

Planned

  • Design experimental nvizlib used by CLI and wxPython NVIZ prototype
  • Experimental prototype of NVIZ toolbox for wxGUI (based on NVIZ CLI functionality)

Google SoC Reports

  1. 2008-06-06