Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rreusser/controls-gui
🎚🎛 A GUI for managing state
https://github.com/rreusser/controls-gui
Last synced: about 2 months ago
JSON representation
🎚🎛 A GUI for managing state
- Host: GitHub
- URL: https://github.com/rreusser/controls-gui
- Owner: rreusser
- Created: 2019-03-30T22:10:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T04:13:22.000Z (about 2 years ago)
- Last Synced: 2024-10-20T12:44:15.125Z (2 months ago)
- Language: JavaScript
- Homepage: https://observablehq.com/@rreusser/control-panel-2-prototype-test
- Size: 502 KB
- Stars: 24
- Watchers: 3
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# controls-gui
> A GUI for managing state
## Installation
```
npm install -S controls-gui
```## Stability
This library should still be considered experimental. It will definitely obey semantic versioning, but it will hopefully increment quickly as I use it and adapt it to real-world needs.
## Introduction
Created to start addressing the challenges and common patterns observed in similar projects like [control-panel](https://www.npmjs.com/package/control-panel) and [dat.gui](https://github.com/dataarts/dat.gui). Heavily inspired by the proxy-based interface [proposed by Matt DesLauriers](https://twitter.com/mattdesl/status/1018541276340187136)—exept with out actual proxies for the sake of compatibility.
## See also
- [controls-state](https://github.com/rreusser/controls-state)
## License
© 2019 Ricky Reusser. MIT License.