theatre
theatre copied to clipboard
Studio dev tools panel
Description
Create a Theatre studio browser extension that allows for using the Theatre UI in a dev tools panel.
[...] managing limited screen space, i find myself dragging the sequence panel in and out of the viewport pretty often. @donmccurdy on Discord
This feature could help with managing screen space because you can "pop-out" the devtools. Perhaps an alternative solution could be to make it so that Studio provides functionality for "popping-out" panels (creating new browser windows containing only that panel). Is it possible to pop out a window with dynamically created content?
Resources
- Similar to react dev tools.
- chrome.devtools.panels
- Suggested by @donmccurdy on Discord.
My concept for a browser extension would have access to any number input in the page, which could make animating any web app or demo with inputs possible. For example, demos using dat.gui.
https://www.geoffreylitt.com/2023/01/08/for-your-next-side-project-make-a-browser-extension.html
Reflections on the benefits of tweaking an existing app, instead of starting from scratch.