Changes between Version 37 and Version 38 of WikiStart


Ignore:
Timestamp:
05/14/08 17:39:41 (16 years ago)
Author:
art
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v37 v38  
    2828 
    2929 
     30== Download == 
     31 
     32To get the latest revision of the source use following command: 
     33{{{ 
     34svn co svn://projects.tevs.eu/osgPPU/trunk osgPPU 
     35}}} 
     36 
     37Current release is v0.2. To get it checkout the svn repository with the following command: 
     38{{{ 
     39svn co svn://projects.tevs.eu/osgPPU/tags/osgPPU-0.2 osgPPU-0.2 
     40}}} 
     41or download the latest version from the [http://projects.tevs.eu/osgppu/downloads Download] section. 
     42 
    3043== Documentation == 
    3144 
     
    3851During the [http://www.openscenegraph.org/projects/osg/wiki/Community/PastEvents User Meeting in Paris], France at April 2008, I have presented new interface of osgPPU. The presentation slides can be downloaded from [http://www.tevs.eu/files/osgppu_paris_talk.ppt here]. 
    3952 
    40  
    41 == Download == 
    42  
    43 To get the latest revision of the source use following command: 
    44 {{{ 
    45 svn co svn://projects.tevs.eu/osgPPU/trunk osgPPU 
    46 }}} 
    47  
    48 There is currently no stable release. Please use the source from the svn. 
    49  
    50 To get the latest developer release checkout with the following command: 
    51 {{{ 
    52 svn co svn://projects.tevs.eu/osgPPU/tags/osgPPU-0.1 osgPPU-0.1 
    53 }}} 
    54  
    5553== News == 
     54|| 14th, May 2008 || New release v0.2 of the osgPPU library is out there. It has improved performance and stability. The interface changed to support more graph like structure of the whole ppu pipeline. Check out the latest release. There are now also new examples included. || 
    5655|| 28th, April 2008 || I gave a small presentation about me and the osgPPU during the OSG User Meeting in Paris, France. [http://www.openscenegraph.org/projects/osg/wiki/Community/PastEvents Here] you can find some fotos of that event. The presentation slides can be downloaded from [http://www.tevs.eu/files/osgppu_paris_talk.ppt here]. || 
    5756|| 22th, April 2008 || Check out the current trunk branch to get the newest version of osgPPU. There is now more intuitive interface provided which enables you to include the ppu pipeline directly into the scene graph. The writing and reading of .ppu files works now also perfectly. ||