mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
Link to demo
This commit is contained in:
parent
e602364128
commit
71c0d35325
@ -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.
|
||||
|
||||
----
|
||||
## Live demo
|
||||
|
||||
Simple live demo [is available here](http://korczis.github.io/dat.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.
|
||||
@ -13,9 +15,6 @@ In your `head` tag, include the following code:
|
||||
<script type="text/javascript" src="dat.gui.js"></script>
|
||||
```
|
||||
|
||||
----
|
||||
|
||||
|
||||
## Directory Contents
|
||||
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user