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

Tree [d078ce] develop /
 History

HTTPS access


File Date Author Commit
 CMakeModules 2020-01-29 Ravi Mathur Ravi Mathur [f060e7] Setup CMake for SilverLining and Triton
 Demos 2020-12-07 Ravi Mathur Ravi Mathur [e33032] Fix WindowProxy rendering start/stop in PyQtOF
 OFInterfaces 2020-12-09 Ravi Mathur Ravi Mathur [097469] Release GIL for WindowProxy::pauseAnimation
 docs 2017-03-09 John McGreevy John McGreevy [881d0a] Add Doxygen along with documentation for OF_Int...
 include 2021-01-18 Ravi Mathur Ravi Mathur [25a356] Added View management capabilities to RenderRec...
 src 2021-01-20 Ravi Mathur Ravi Mathur [d078ce] Swig header dependency handled for Python/Fortr...
 swig 2021-01-20 Ravi Mathur Ravi Mathur [d078ce] Swig header dependency handled for Python/Fortr...
 .gitignore 2016-11-22 John McGreevy John McGreevy [ec53ba] Add Doxyfile for doxygen documentation
 CMakeLists.txt 2020-10-29 Ravi Mathur Ravi Mathur [b69d34] Install interfaces to common directory
 LICENSE.txt 2013-09-28 Ravi Mathur Ravi Mathur [d8ca26] Started creating install instructions
 README.md 2020-03-29 Ravi Mathur Ravi Mathur [297abb] Copyright 2020
 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 2020 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 at http://sourceforge.net/p/openframes/wiki/Home/