Link to demo

This commit is contained in:
Tomas Korcak 2015-08-15 01:52:41 +02:00
parent e602364128
commit 71c0d35325

View File

@ -3,7 +3,9 @@ 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. Get started with dat.GUI by reading the tutorial at http://workshop.chromeexperiments.com/examples/gui.
---- ## Live demo
Simple live demo [is available here](http://korczis.github.io/dat.gui/)
## Packaged Builds ## 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. 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.
@ -13,9 +15,6 @@ In your `head` tag, include the following code:
<script type="text/javascript" src="dat.gui.js"></script> <script type="text/javascript" src="dat.gui.js"></script>
``` ```
----
## Directory Contents ## Directory Contents
``` ```