Core3D
Minimalist 3D Scenegraph Management Framework
Core3D is a lightweight framework for developing robust 3D Visualization and Simulation applications.
The Core3D library provides structure and organization to speed up application development. Tightly coupled or interrelated functionalities are partitioned into groups. These groups ensure there is a separation of concerns. For example, the description of shapes and visual characteristics of a scene are separated from code that renders the scene on different graphics hardware. This code...