fand / veda

⚡VJ / Live Coding on Atom⚡
http://veda.gl/
MIT License
509 stars 34 forks source link

Add settings pane on right #96

Closed fand closed 2 years ago

fand commented 6 years ago

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.

fand commented 6 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.. 😇