orka icon indicating copy to clipboard operation
orka copied to clipboard

Create frame graph debugger

Open onox opened this issue 5 years ago • 0 comments

In a separate repository on Github:

  • [ ] Web application using Material UI
  • [ ] Render frame graph with VX (based on D3)
    • [ ] Be able to select a resource to be presented
    • [ ] Add/remove/modify resources and render passes
    • [ ] Clicking on a resource will show a side bar containing a video stream of the resource
    • [ ] Communicate with engine over a websocket connection
  • [ ] Render a list of used resources over time (row index is the resource used, column index is the render pass that reads/writes to the resource)
    • Should visualize opportunities for reusing resources if they have same description and do not overlap in time

onox avatar Jun 17 '19 09:06 onox