variaboard
Version:
VariaBoard is a control interface to modify parameters in JavaScript.
20 lines (14 loc) • 1.51 kB
Markdown
# VariaBoard
[](https://travis-ci.org/jackrugile/variaboard/)

[](https://opensource.org/licenses/MIT)
VariaBoard is a control interface to modify parameters in JavaScript.
- **[GitHub Repository](https://github.com/jackrugile/variaboard)**
- **[Demo](https://jackrugile.github.io/variaboard/)**
- **[Documentation](https://jackrugile.github.io/variaboard/jsdoc/)**
## Inspiration and Reference
- dat.GUI - [Demo](https://workshop.chromeexperiments.com/examples/gui/) - [Code](https://github.com/dataarts/dat.gui) - by [Google Data Arts Team @dataarts](https://github.com/dataarts)
- QuickSettings - [Demo](http://bit101.github.io/quicksettings/) - [Code](https://github.com/bit101/quicksettings) - by [Keith Peters @bit101](https://github.com/bit101)
- Bfxr - [Demo](https://www.bfxr.net/) - [Code](https://github.com/increpare/bfxr) - by [Stephen Lavelle @increpare](https://github.com/increpare)
- ControlKit - [Demo](https://github.com/automat/controlkit.js/tree/master/examples) - [Code](https://github.com/automat/controlkit.js) - by [Henryk Wollik @automat](https://github.com/automat)
- Control Panel - [Demo](http://control-panel.surge.sh/) - [Code](https://github.com/freeman-lab/control-panel) - by [Jeremy Freeman @freeman-lab](https://github.com/freeman-lab)