dat.gui/gui.html

15 lines
622 B
HTML
Raw Normal View History

2014-09-02 22:34:12 +00:00
<script src="../platform/platform.js"></script>
2014-08-27 00:01:15 +00:00
<!-- src -->
<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">
<link rel="import" href="elements/dat-gui-option/dat-gui-option.html">