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.
Right now when Logging is used various conversions need to be implemented to convert objects to a string that is then + to other strings when passed into the log function.
This needs to be replaced by the ability to use the << operator. If possible, it would be great to be able to use both << and + operators.
Right now when Logging is used various conversions need to be implemented to convert objects to a string that is then + to other strings when passed into the log function.
This needs to be replaced by the ability to use the << operator. If possible, it would be great to be able to use both << and + operators.