Changes between Version 55 and Version 56 of WikiStart


Ignore:
Timestamp:
11/17/11 23:53:07 (12 years ago)
Author:
art
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v55 v56  
    3232== Download == 
    3333 
     34osgPPU has moved to [https://github.com/cgart/osgPPU GitHub] in order to provide better access for everybody.  
    3435To get the latest revision of the source (works with latest osg trunk realease) use following command: 
    3536{{{ 
    36 svn co http://svn.tevs.eu/osgPPU/trunk osgPPU 
     37git clone git://github.com/cgart/osgPPU.git 
    3738}}} 
    3839 
    39 Latest stable release is v0.4.0 (required osg 2.8.x). To get it checkout the svn repository with the following command: 
     40Latest 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. 
    4041{{{ 
    41 svn co http://svn.tevs.eu/osgPPU/tags/osgPPU-0.4.0 osgPPU-0.4.0 
     42git clone git://github.com/cgart/osgPPU.git 
     43git checkout osgPPU-0.4.0 
    4244}}} 
    4345or download the latest version from the [http://projects.tevs.eu/osgppu/downloads Download] section. 
     
    5456 
    5557== 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 :) ||  
    5659|| 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.  ||  
    5760|| 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. ||