Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rreusser/controls-state
⚙️ An object for managing state
https://github.com/rreusser/controls-state
Last synced: about 2 months ago
JSON representation
⚙️ An object for managing state
- Host: GitHub
- URL: https://github.com/rreusser/controls-state
- Owner: rreusser
- Created: 2017-01-08T19:06:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T03:34:58.000Z (about 2 years ago)
- Last Synced: 2024-10-20T12:44:00.774Z (2 months ago)
- Language: JavaScript
- Homepage: https://observablehq.com/@rreusser/control-panel-2-prototype-test
- Size: 600 KB
- Stars: 21
- Watchers: 5
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# controls-state
> An object for managing state
## Installation
```
npm install -S controls-state
```## 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-gui](https://github.com/rreusser/controls-gui)
## License
© 2019 Ricky Reusser. MIT License.