mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
15 lines
622 B
HTML
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"> |