Changes between Version 2 and Version 3 of GettingStarted


Ignore:
Timestamp:
Apr 19, 2010, 9:00:08 AM (14 years ago)
Author:
Torben Dannhauer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GettingStarted

    v2 v3  
    22
    33= Getting Started =
     4
     5osgVisual is based on !OpenSceneGraph. The first step to use osgVisual is to create a valid build environment to be able to compile and use !OpenSceneGraph. osgVisual itself can be compiled in any working osg build environment.
     6
     7To understand the basic concept of osgVisual, it is strongly recommended to read the [wiki:Architecture] wiki site and continue to read all the documentation of all relevant osgVisual modules. Without this lecture it would be hard to understand the basic concepts, even with the well commented source code.
     8
     9osgVisual consists of several module providing different functionalities. some of this Modules are interfaces to commercial software products like [http://sundog-soft.com Silverlining] or [http://www.wetzel-technology.com/ Vista2D]. It is possible to use this modules, but not required.
     10
     11__It is possible to run osgVisual without any commercial module.__
     12
     13
     14
     15When your are able to compile osgVisual in its delivered version, you can start to modify the software for your own purposes. If you need detailed information regarding specific classes or functions, read the doxygen documentation on http://osgvisual.org/documentation/trunk/ Alle modules/classes which are finished are completely documented. All modules/classes under construction are docummented but not completed.
     16
     17On questions about the project or !OpenSceneGraph, join the official forum on http://forum.openscenegraph.org/ and ask. The project leader of osgVisual reads the forum frequently.
     18
    419
    520== !OpenSceneGraph ==
     
    2237== osgVisual third party modules ==
    2338
    24 osgVisual provides several moduls which rely on commercial third party modules like [http://www.wetzel-technology.com/ Vista2D] or [http://sundog-soft.com Silverlining]. To use this moduls, install the packages and activate the modules during CMAKE configuration. If modules are enabled, further configuration opntions appear after running another "configure" loop. Specify the options (e.g. Silver-lining license information or paths to libraries and include files.
     39osgVisual provides several moduls which rely on commercial third party modules like [http://www.wetzel-technology.com/ Vista2D] or [http://sundog-soft.com Silverlining]. To use this moduls, install the packages and activate the modules during CMAKE configuration. If modules are enabled, additionally configuration options appear after running another "configure" loop. Specify the options (e.g. Silver-lining license information or paths to libraries and include files.
    2540
    26 __It is possible to run osgVisual without any commercial module.__ 
     41__It is possible to run osgVisual without any commercial module.__
    2742
    2843== osgVisual ==