Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create frame graph debugger #42

Open
7 tasks
onox opened this issue Jun 17, 2019 · 0 comments
Open
7 tasks

Create frame graph debugger #42

onox opened this issue Jun 17, 2019 · 0 comments
Projects
Milestone

Comments

@onox
Copy link
Owner

onox commented Jun 17, 2019

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 onox added this to the 1.1 milestone Jun 17, 2019
@onox onox added this to To do in Frame graph via automation Jun 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Frame graph
  
To do
Development

No branches or pull requests

1 participant