Changeset 1912 for OpenSceneGraph/trunk/doc/introduction.html
- Timestamp:
- 04/24/03 15:44:30 (10 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/doc/introduction.html (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/doc/introduction.html
r1868 r1912 7 7 </head> 8 8 <body bgcolor="#FFFFFF"> 9 <img SRC="images/OpenSceneGraphBanner_Distribution.jpg" BORDER=0 height=77 width=640>9 <img SRC="images/OpenSceneGraphBanner_Distribution.jpg" BORDER=0> 10 10 <table> 11 11 <tr> … … 37 37 <u>Introduction to the OpenSceneGraph</u></h2> 38 38 Welcome to OpenSceneGraph project! 39 <p>The OpenSceneGraph is an Open Source (LGPL), Cross Platform (Windows,40 Linux, Mac OSX, FreeBSD, Irix, Solaris ), Standard C++ and OpenGL based39 <p>The OpenSceneGraph is an Open Source <a href="../LICENSE.txt">(OSGPL)</a>, Cross Platform (Windows, 40 Linux, Mac OSX, FreeBSD, Irix, Solaris and HP-UX), Standard C++ and OpenGL based 41 41 graphics development library. Uses range from visual simulation, games, 42 42 virtual reality, scientific visualization and graphics research. This page … … 148 148 Standard C++ and OpenGL. This has allowed the scene graph to be rapidly 149 149 ported to a wide range of platforms - originally developed on IRIX, then 150 ported to Linux, then to Windows, then FreeBSD, then Mac OSX and most recently 151 Solaris! Being completely windowing system independent makes it easy for 152 users to add their own window-specific libraries and applications on top. 153 In the distribution there is already the osgProducer library, and in the Bazaar 150 ported to Linux, then to Windows, then FreeBSD, Mac OSX, Solaris, HP-UX and 151 even a report of successful porting to PlayStation2! 152 <p> 153 The core scene graph library being completely windowing system independent makes 154 it easy for users to add their own window-specific libraries and applications on top. 155 In the distribution there is already the osgProducer library which integrates with <a href="http://www.andesengineering.com/Producer/">OpenProducer</a>, and in the Bazaar 154 156 found at openscenegrph.org/download/ one can find examples of applications 155 157 written on top of Qt, MFC, WxWindows and SDL. Users have also integrated it … … 167 169 can run multi-pipe just by use a simple configuation file.</ol> 168 170 169 All the source to the OSG is published under the GNU Lesser GeneralPublic License170 ( LGPL) which allows both open source and closed source projects to use,171 modify and distribute it freely as long its usage complies with the LGPL.171 All the source to the OSG is published under the Open Scene Graph Public License 172 (a relaxed version on the LGPL) which allows both open source and closed source projects to use, 173 modify and distribute it freely as long its usage complies with the OSGPL. 172 174 The project has been developed over the last four years, initiated by Don 173 175 Burns, and then taken over by Robert Osfield who continues to lead the project … … 182 184 <p>The project is currently in beta, which means the main core features are now in 183 185 place, with a 1.0 release in second half of 2003. Despite the beta development status, 184 the project has already earned the reputation the leading open source scene186 the project has already earned the reputation as the leading open source scene 185 187 graph, and is establishing itself as a viable alternative to the commercial 186 188 scene graphs. Numerous companies, university researchers and graphics enthusiasts
