Changes between Version 37 and Version 38 of WikiStart
- Timestamp:
- 05/14/08 17:39:41 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v37 v38 28 28 29 29 30 == Download == 31 32 To get the latest revision of the source use following command: 33 {{{ 34 svn co svn://projects.tevs.eu/osgPPU/trunk osgPPU 35 }}} 36 37 Current release is v0.2. To get it checkout the svn repository with the following command: 38 {{{ 39 svn co svn://projects.tevs.eu/osgPPU/tags/osgPPU-0.2 osgPPU-0.2 40 }}} 41 or download the latest version from the [http://projects.tevs.eu/osgppu/downloads Download] section. 42 30 43 == Documentation == 31 44 … … 38 51 During 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]. 39 52 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 osgPPU46 }}}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.153 }}}54 55 53 == 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. || 56 55 || 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]. || 57 56 || 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. ||