True Reality (TR) is an open source LGPL Game and Simulation Engine written entirely in Standard C++ and OpenGL. It runs on all Windows platforms and GNU/Linux. OpenSceneGraph is used as its graphics engine, along with many other open source projects for support of various features.
Create a thread pool manager to easily let TR use multiple cores to the max of the machine's ability. Delta3D already has thread pool manager which could be used as an example.
Create a thread pool manager to easily let TR use multiple cores to the max of the machine's ability. Delta3D already has thread pool manager which could be used as an example.