Create a dynamic visualization of thread state
Closed this issue · 1 comments
C-Loftus commented
It would help users to be able to see what is in the thread in real time
Imgui allows for dynamic updates. We can reuse similar code that we use for the confirmation GUI. We can't do this in the browser without exposing a web server from Talon which I don't really want to do. Unfortunately imgui is not accessible but that is probably something we have to put up with since there is not a better alternative
C-Loftus commented
Completed