Changes between Version 55 and Version 56 of WikiStart
- Timestamp:
- 11/17/11 23:53:07 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v55 v56 32 32 == Download == 33 33 34 osgPPU has moved to [https://github.com/cgart/osgPPU GitHub] in order to provide better access for everybody. 34 35 To get the latest revision of the source (works with latest osg trunk realease) use following command: 35 36 {{{ 36 svn co http://svn.tevs.eu/osgPPU/trunk osgPPU 37 git clone git://github.com/cgart/osgPPU.git 37 38 }}} 38 39 39 Latest stable release is v0.4.0 (required osg 2.8.x). To get it checkout the svn repository with the following command:40 Latest stable release is v0.4.0 (required osg 2.8.x). To get it you first need to checkout the full osgPPU repository from git and switch afterwards to corresponding tag. 40 41 {{{ 41 svn co http://svn.tevs.eu/osgPPU/tags/osgPPU-0.4.0 osgPPU-0.4.0 42 git clone git://github.com/cgart/osgPPU.git 43 git checkout osgPPU-0.4.0 42 44 }}} 43 45 or download the latest version from the [http://projects.tevs.eu/osgppu/downloads Download] section. … … 54 56 55 57 == News == 58 || 17th, November 2011 || osgPPU moved to [https://github.com/cgart/osgPPU GitHub]. I think this should provide easier access for other developers and hence osgPPU code base might improve based on social coding aspects :) || 56 59 || 15th, July 2009 || After a big crash on our server, we are proudly to announce that most of the data was successfully recovered from the crashed disks. Both hard drives (main and backup) crashed in the same week. I assume they were from the same production line :). Getting the broken main drive from our hoster and using the freezer trick (freeze the hard drive in the refrigerator), I was able to recover the data corresponding to this project. || 57 60 || 23th, February 2009 || Versin 0.4 tagged. There are now couple of new units and examples in there. v0.4 is supporting osg 2.8 and provides to you a nice interface for simpler usage of Post Processing and GPGPU within OpenSceneGraph. NEW: there is a CUDA example, showing how to use CUDA-Kernels in the osgPPU pipeline. ||