Vivid is a modern C++ 3D engine using OpenGL4+.
It is written using Visual C++ 2022, and relies on several open source projects to achieve it's goal of making it easy and run to make modern games with it.
NOTE: Use Fltk_Contour insted this code! FMesh is a simply scientific data visualization tool based on OpenGL. FMesh can generate 2D and 3D graph of contour and color maps for any (x,y,z) scattered data set, many other options are included.
The X3DToolKit is a developer's API that allows you to load X3D files into a logical graph. That graph can then be traversed and converted into your favorite Graphic Scenegraph or can be rendered using X3DTK's OpenGL scenegraph.
SGL is a cross-platform, C++, scene graph API for real-time visualization (e.g., vis-sim, gaming, scientific modelling, GIS apps). It manages all the data needed to render a 3D scene using OpenGL.
Designed for non-expert scientists considering to use VR, Aura presents an easy-to-understand C++ API that extends basic available low-level graphics facilities like OpenGL or Direct3D with scene graph management paradigms and a VR programming framework.
The visualization framework contains a scene graph to manage 3D objects. Processing of input data is handled by operators. Operators have ports which can be connected, so that the evaluted data is passed from one to the next operator.