Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Menu

Tree [84dd50] ForDoxygen /
 History

HTTPS access


File Date Author Commit
 CMakeModules 2017-03-20 John McGreevy John McGreevy [059007] Add osgEarth to CMake
 Demos 2018-06-20 Ravi Mathur Ravi Mathur [e9da78] Separated TrajectoryFollower into its own sourc...
 docs 2017-03-09 John McGreevy John McGreevy [881d0a] Add Doxygen along with documentation for OF_Int...
 include 2018-08-23 Rick Speer Rick Speer [84dd50] Final round for now of doxygen-related changes.
 src 2018-08-20 Rick Speer Rick Speer [6629a7] Transfer of all \param specs/info from Referenc...
 swig 2018-04-10 Matthew Ruschmann Matthew Ruschmann [932026] A different workaround for swig dependencies fo...
 .gitignore 2016-11-22 John McGreevy John McGreevy [ec53ba] Add Doxyfile for doxygen documentation
 CMakeLists.txt 2018-04-03 Ravi Mathur Ravi Mathur [5e692c] Qt support can be disabled from CMake
 INSTALL.txt 2013-10-02 Ravi Mathur Ravi Mathur [19e504] Added a Windows configure.bat batch script to a...
 LICENSE.txt 2013-09-28 Ravi Mathur Ravi Mathur [d8ca26] Started creating install instructions
 README.md 2013-10-02 Ravi Mathur Ravi Mathur [fd8d7e] Fixed empty install path bug in Windows configu...
 configure.bat 2013-10-06 Ravi Mathur Ravi Mathur [588a35] CMake scripts auto-detect whether Intel Fortran...
 configure.sh 2013-10-06 Ravi Mathur Ravi Mathur [588a35] CMake scripts auto-detect whether Intel Fortran...
 doxyfile 2018-08-23 Rick Speer Rick Speer [84dd50] Final round for now of doxygen-related changes.

Read Me

OpenFrames

An API that provides real-time interactive 3D graphics for scientific simulations.


Copyright 2013 Ravishankar Mathur
OpenFrames is distributed under the Apache v2 License. See the LICENSE file for details.


OpenFrames is an Application Programming Interface (API) that provides the ability to add interactive 3D graphics to any application. This readme file provides a quick and dirty introduction to OpenFrames.

As a preface, it should be noted that OpenFrames is based on several existing APIs. The major one is OpenGL, which is a graphics API included with all mainstream operating systems and supported by all mainstream graphics hardware. Other API used is OpenSceneGraph (explained shortly). Note that the "Open" prefix in these APIs means that they are Open Source. An Open Source API is one for which the source code is freely available (with licensing restrictions) to anyone. Read more about the Open Source initiative at http://www.opensource.org.

OpenSceneGraph is an API that provides cross-platform scene graph management. A scene graph is a concept that groups objects with similar characteristics together. This grouping then enables operations to be quickly applied to groups of objects. Read more about it at http://www.openscenegraph.org.

Instructions to build and install OpenFrames are available in the INSTALL file at the root of the source code distribution.