Closed fand closed 2 years ago
I tried to integrate settings panel with <atom-dock>
like GitHub panel, but <atom-dock>
seemed very tightly-coupled with GitHub package.
so I decided to implement settings panel by just inserting React app in document.body.. 😇
Add pane for showing settings and inputs.
Most various shader environments provides settings GUI, e.g.) dat.gui, ISF editor, Kodelife. I think adding settings GUI to VEDA will useful both for live coding and prototyping so that we can change add uniforms, or select images/videos in GUI!
As the first step, I'm gonna implement inputs for global settings like audio / video devices.