Lightweight controller library for JavaScript.
Go to file
2011-04-19 14:29:25 -07:00
build updated build script 2011-04-19 13:56:18 -07:00
docs Moved to requestanimationframe for the demo, and changed 'demo' to 'docs' for consistency with gee 2011-04-19 11:09:09 -07:00
src/DAT/GUI abstracting slider to be a standalone gui. Slider->ControllerNumberSlider.js and needs to extend Slider and add dependency to build script. 2011-04-19 13:48:04 -07:00
utils updated build script 2011-04-19 13:56:18 -07:00
.gitignore moved dat to DAT/GUI 2011-04-18 16:19:17 -07:00
index.html Merge branch 'master' of github.com:dataarts/dat.gui 2011-04-19 14:29:25 -07:00
README.md Edited README.md via GitHub 2011-04-19 09:15:58 -07:00

dat.gui is a lightweight controller library for JavaScript. It allows you to easily manipulate variables and fire functions on the fly.

Check the index page for usage.

Initiated by George Michael Brower and Jono Brandel of the Data Arts Team, Google Creative Lab.