dat.gui/gui.html
George Michael Brower ca14623507 controller- =
2014-09-09 15:53:30 -04:00

15 lines
622 B
HTML

<script src="../platform/platform.js"></script>
<!-- src -->
<script src="elements/Gui.js"></script>
<!-- base elements -->
<link rel="import" href="elements/dat-gui/dat-gui.html">
<link rel="import" href="elements/gui-row/gui-row.html">
<!-- controllers -->
<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">
<link rel="import" href="elements/dat-gui-option/dat-gui-option.html">