The-Forge
The-Forge copied to clipboard
Add RenderGraph/FrameGraph support
Is there plan to add RenderGraph/FrameGraph support? It is a modern data-driven rendering architecture?
Yes, but the render graph would go into separate GitHub repository. This way you can still use The Forge by itself and then there is optional a render graph in a separate directory. This will be what I call an intermediate layer that will be specific to open-world games.
@wolfgangfengel Is it still open-source, or commercial middleware?
It would be open-source.
Is there plan to add RenderGraph/FrameGraph support? It is a modern data-driven rendering architecture?
Render Graph has nothing to do with data-driven, it's a fully code-driven framework
is there any progress with the rendergraph?
Coming back to this. We re-prioritized the render graph a bit because it is not as useful anymore in a modern rendering framework. It was a good idea 10+ years ago. With a GPU-driven renderer, you do not make many draw calls. I believe our Visibility Buffer implementation does five ExecuteIndirect calls. Future renderers are probably less. You don't need a render graph to deal with five draw calls ...
I should have said Dispatch and Draw calls ...