Sonar helps you commit clean C++ code every time. With over 550 unique rules to find C++ bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work. Learn more →
Top 3 C++ Scenegraph Projects
-
Project mention: Post-mortem of a long-standing bug in video Game Path Of Exile, which was caused by a stale pointer | reddit.com/r/cpp | 2022-06-01
I started in 2001 with OpenSceneGraph which made extensive use of intrusive pointers. This was 10 years before C++11 note. That codebase continues to be relevant and as performing as ever.
-
Project mention: Vulkan all the way: Transitioning to a modern low-level graphics API in academia | reddit.com/r/programming | 2023-03-07
I have not used this, but heard good things about Vulkan Scene Graph. https://github.com/vsg-dev/VulkanSceneGraph Like Open Scene Graph, it's more than just a scene graph. It provides math and geometry among other abstractions for computer graphics.
-
Sonar
Write Clean C++ Code. Always.. Sonar helps you commit clean C++ code every time. With over 550 unique rules to find C++ bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
Project mention: Where to get started on making a custom game engine? | reddit.com/r/gamedev | 2022-03-31
You could look at Coin3D : https://github.com/coin3d/coin
C++ Scenegraph related posts
- Vulkan Scene Graph. The Open Scene Graph Successor
- Beginner question: Is Vulkan like OpenGL except more focused on concurrency?
- C++ and job opportunities
- Scene graph using OpenGL core context
- Cross-platform 3D engine recommendation
- SPEED DREAMS - Boxer 96 Carson Edition at Brno
- Visualization Libraries On Top Of Vulkan
-
A note from our sponsor - Sonar
www.sonarsource.com | 23 Mar 2023
Index
What are some of the best open-source Scenegraph projects in C++? This list will help you:
Project | Stars | |
---|---|---|
1 | OpenSceneGraph | 2,719 |
2 | VulkanSceneGraph | 895 |
3 | coin | 201 |