OpenSceneGraph icon indicating copy to clipboard operation
OpenSceneGraph copied to clipboard

openthread is toooold, can we replace openthread with std::thread ?

Open XIE-Yao opened this issue 4 years ago • 1 comments

std::thread is already a part of c++ standard, so the old openthread library is not need any more. do you have plan to remove openthread from future version ?

XIE-Yao avatar Nov 29 '21 15:11 XIE-Yao

On Mon, 29 Nov 2021 at 15:17, XIE-Yao @.***> wrote:

std::thread is already a part of c++ standard, so the old openthread library is not need any more. do you have plan to remove openthread from future version ?

The OSG is in maintenance mode now, the key goal is to make sure it's reliable and supports existing applications, changing major components will break lots of end user code.

If you want to adopt latest tech then the VulkanSceneGraph may be more appropriate - it's C++17, Vulkan and uses std::threads.

openscenegraph avatar Nov 29 '21 16:11 openscenegraph