Lightweight controller library for JavaScript.
Go to file
2016-10-05 13:26:25 -07:00
build update build and changelog 2016-10-05 13:00:05 -07:00
src/dat fixed issue with color controllers on scrolling pages. Fixes #37 2016-10-05 12:15:50 -07:00
tests update resize tests to allow for debounce time delay 2016-08-18 16:57:40 -07:00
webpack upgrade to Babel 6, fix dependancies 2016-09-22 15:51:47 -07:00
.gitignore Added node_modules 2015-08-14 18:29:49 +02:00
bower.json update version number to 0.6.1 2016-10-05 13:26:25 -07:00
CHANGELOG.md update build and changelog 2016-10-05 13:00:05 -07:00
example.html tidy up example 2016-09-23 12:43:24 -07:00
index.js upgrade to Babel 6, fix dependancies 2016-09-22 15:51:47 -07:00
LICENSE Add Apache 2.0 License 2014-12-01 11:01:01 -08:00
package.json update version number to 0.6.1 2016-10-05 13:26:25 -07:00
README.md tidy up README 2016-09-23 14:41:20 -07:00

dat.GUI

A lightweight graphical user interface for changing variables in JavaScript.

Get started with dat.GUI by reading the tutorial at http://workshop.chromeexperiments.com/examples/gui.

Packaged Builds

The easiest way to use dat.GUI in your code is by using the built source at build/dat.gui.min.js. These built JavaScript files bundle all the necessary dependencies to run dat.GUI.

In your head tag, include the following code:

<script type="text/javascript" src="dat.gui.min.js"></script>

Directory Contents

├── build - Compiled source code.
├── src - Source files.
├── tests - Tests.
└── webpack - Webpack config files.

Building your own dat.GUI

In the terminal, enter the following:

$ npm install
$ npm run build

npm scripts

  • npm run build - Build development and production version of scripts.
  • npm run dev - Build development version of script and watch for changes.

Working with Content Security Policy

If you're using a server with a Content Security Policy in place that blocks 'unsafe-inline', you will have problems when dat.gui.js tries to inject style information. To get around this, load 'build/dat.gui.css' as an external style sheet.

Changes

View the Change Log

Thanks

The following libraries / open-source projects were used in the development of dat.GUI: