Add Control Buttons
This commit is contained in:
parent
f5e528dceb
commit
a9cf46d7a2
1 changed files with 7 additions and 0 deletions
|
@ -17,6 +17,13 @@
|
||||||
<div id="output">
|
<div id="output">
|
||||||
<canvas id="canvas"></canvas>
|
<canvas id="canvas"></canvas>
|
||||||
</div>
|
</div>
|
||||||
|
<div id="controls">
|
||||||
|
<button id="run">Run</button>
|
||||||
|
<button id="step">Step</button>
|
||||||
|
<button id="reset">Reset</button>
|
||||||
|
<button id="random">Random</button>
|
||||||
|
<input id="speed" title="Speed" value="1">
|
||||||
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue