mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
Lightweight controller library for JavaScript.
build | ||
components | ||
elements | ||
tests | ||
.bowerrc | ||
.gitignore | ||
bower.json | ||
gui.html | ||
gulpfile.js | ||
index.html | ||
package.json | ||
README.html | ||
README.md |
dat.gui
Quickly configurable controllers for the web.
Usage
Include
<script src="gui.js"></script>
With very little code, dat gui creates an interface that you can use to modify variables.
var gui = new dat.gui();
gui.add( object, 'someNumber', 0, 1 );