The-Forge
VulkanSceneGraph
The-Forge | VulkanSceneGraph | |
---|---|---|
34 | 7 | |
4,833 | 1,333 | |
0.8% | - | |
7.5 | 9.7 | |
about 2 months ago | 4 days ago | |
C++ | C++ | |
Apache License 2.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
The-Forge
- WebKit Switching to Skia for 2D Graphics Rendering
- Not only Unity...
-
Ask HN: Released games built on FOSS engines?
Oh, I forgot a few major ones:
https://github.com/ConfettiFX/The-Forge was used in No Man's Sky, Hades and Starfield.
https://github.com/jrouwe/JoltPhysics is the physics engine in Horizon Forbidden West.
- The Forge 1.53: Steam Deck support, dropped EASTL containers, docking imgui
-
How many semaphores do really I need?
To my understanding, every source I've read says that this should cause issues, but in practice it doesn't. What gives? Did I miss something? Here are multiple examples using the latter approach.
- So this is very likely BGS first game to use DX12
-
Amnesia TDD HPL2 refactor
This is a toy project that I've been working on for the past few months. Essentially, I've rewritten all the rendering code for the engine using BGFX. This means that all the fixed function OpenGL 1.2 code has been removed from the engine. BGFX supports OpenGL 3.3 and DirectX11, but there are still some rendering artifacts with DirectX11, so the engine still uses OpenGL when running on Windows. I've been considering switching to The Forge (https://github.com/ConfettiFX/The-Forge) if I want to have more control over the rendering pipeline. However, this is a complex topic with significant implications for the codebase. I've already done the hard work of eliminating clumsy abstractions in the engine and simplifying the render pipeline, so it's just a matter of deciding what direction I want to take.
-
Looking for a C++ 2D/3D rendering engine/api.
The-Forge might fit:
-
Some information about the Creation Kit changes for Starfield.
So, I'm not sure if it is widely known, that Starfield is going to be running on a lot of "The Forge." The creators of The Forge says it was added to Creation Kit in 2019. This will open a LOT of new systems for Bethesda games.
- SoLoud - Game Audio Engine ที่ใช้งานง่าย (มาก) และ opensource สำหรับ C++
VulkanSceneGraph
-
Vulkan all the way: Transitioning to a modern low-level graphics API in academia
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.
- Vulkan Scene Graph. The Open Scene Graph Successor
-
Beginner question: Is Vulkan like OpenGL except more focused on concurrency?
In fact, there is now a VulkanSceneGraph ( https://github.com/vsg-dev/VulkanSceneGraph ) from the authors of OpenSceneGraph that does exactly what OSG does, but atop Vulkan. Not everything is identical between VSG and OSG, but VSG is definitely a next-generation OSG written atop Vulkan. It addresses many of the limiting design decisions that held OSG back, and is significantly faster than OSG even ignoring the speedup of Vulkan's own efficiencies.
- The current state of GPU API's and why I wish V-EZ hadn't died.
-
Cross-platform 3D engine recommendation
If I were starting from scratch I'd go with VulkanSceneGraph though https://github.com/vsg-dev/VulkanSceneGraph
- Examples of good Vulkan code organization and abstractions?
-
Visualization Libraries On Top Of Vulkan
Perhaps https://github.com/vsg-dev/VulkanSceneGraph will be of some interest.
What are some alternatives?
bgfx - Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.
DiligentEngine - A modern cross-platform low-level graphics library and rendering framework
ultimatepp - U++ is a C++ cross-platform rapid application development framework focused on programmer's productivity. It includes a set of libraries (GUI, SQL, Network etc.), and integrated development environment (TheIDE).
filament - Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2
vulkan-guide - Introductory guide to vulkan.
Veldrid - A low-level, portable graphics library for .NET.
Lumos - Cross-Platform C++ 2D/3D game engine
ImGui.NET - An ImGui wrapper for .NET.
webgpu-headers - **NOT STABLE YET!** See README.
wgpu - A cross-platform, safe, pure-Rust graphics API.