2014-09-10 23:03:24 +00:00
|
|
|
<!-- TODO: move this into dat-gui.html -->
|
2014-08-27 00:01:15 +00:00
|
|
|
<script src="elements/Gui.js"></script>
|
|
|
|
|
|
|
|
<!-- base elements -->
|
2014-09-09 19:53:30 +00:00
|
|
|
<link rel="import" href="elements/dat-gui/dat-gui.html">
|
2014-08-27 00:01:15 +00:00
|
|
|
<link rel="import" href="elements/gui-row/gui-row.html">
|
|
|
|
|
|
|
|
<!-- controllers -->
|
2014-09-09 19:53:30 +00:00
|
|
|
<link rel="import" href="elements/dat-gui-number/dat-gui-number.html">
|
|
|
|
<link rel="import" href="elements/dat-gui-string/dat-gui-string.html">
|
|
|
|
<link rel="import" href="elements/dat-gui-boolean/dat-gui-boolean.html">
|
|
|
|
<link rel="import" href="elements/dat-gui-function/dat-gui-function.html">
|
2014-09-10 23:03:24 +00:00
|
|
|
<link rel="import" href="elements/dat-gui-option/dat-gui-option.html">
|