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 );