Changes between Version 31 and Version 32 of WikiStart


Ignore:
Timestamp:
03/27/08 14:46:30 (16 years ago)
Author:
art
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v31 v32  
    4444There is currently no stable release. Please use the source from the svn. 
    4545 
     46To get the latest developer release checkout with the following command: 
     47{{{ 
     48svn co svn://projects.tevs.eu/osgPPU/tags/osgPPU-0.1 osgPPU-0.1 
     49}}} 
     50 
    4651== News == 
     52|| 27th, March 2008 || After some developing and testing time the first developer release of the osgPPU is now done. Checkout it from the svn or download it from the download section, to get into the world of osgPPU ;-)|| 
    4753|| 29th, January 2008 || New osgdb_ppu plugin is capable of storing and loading of osgPPU Pipelines from files. Currently the plugin is in the test phase and do not work very well for highly complex pipelines. New example application was added to allow viewing of stored pipelines (e.g. "./viewer Data/blur.ppu" will use the blur pipeline to blur your input). Just take a look. || 
    4854|| 19th, January 2008 || osgPPU does now compiles under Windows. Thank to Stephane Lamoliatte for providing a proper CMake build system to the osgPPU project. Currently osgPPU is under heavy development and there is less time left before first developer release (pre stable release). To accomplish this mission some more test on different platforms and in different applications are required. ||