summaryrefslogtreecommitdiff
path: root/dist/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'dist/index.html')
-rw-r--r--dist/index.html95
1 files changed, 0 insertions, 95 deletions
diff --git a/dist/index.html b/dist/index.html
deleted file mode 100644
index be08fd3..0000000
--- a/dist/index.html
+++ /dev/null
@@ -1,95 +0,0 @@
-<!doctype html>
-<html>
-<head>
-<title>Shaderblaster</title>
-<link rel="stylesheet" type="text/css" href="app.css"></head>
-<body>
-<div id="corner">
- <h1 id="logo">shaderblaster</h1>
- <button id="show-tutorial">help</button>
- <button id="show-commands">commands</button>
- <select id="examples">
- <option>examples</option>
- </select>
-</div>
-<div id="header">
- <button class="toggle-off">x</button>
- <button id="toggle-shaders">browse shaders</button>
- <button id="toggle-images">browse images</button>
- <span class="status"></span>
- <span id="shader-api-form" class="form">
- <input type="checkbox" id="persist-image" checked>
- <label for="persist-image">load image</label>
- <button id="fetch-latest">latest</button>
- <button id="fetch-next-page" class="hidden">&rarr;</button>
- <select id="pick-user">
- <option>fetching users..</option>
- </select>
- <div id="shader-gallery" class="gallery"></div>
- </span>
- <span id="gallery-form" class="form">
- <button id="gallery-random">asdf random</button>
- <form id="gallery-search">
- <input type="text" id="dumpfm-search-query" value="webcam">
- <button id="gallery-search">search dump</button>
- </form>
- <div id="gallery-images" class="gallery"></div>
- </span>
-</div>
-<div id="controls">
- <input type="text" id="url">
- <input type="text" id="username" placeholder="username">
- <input type="text" id="shader-name" placeholder="shader name">
- <br>
- <br>
- <textarea id="shader"></textarea>
- <br>
- <input type="text" id="uploaded-url">
- <br>
- <button id="render">render gif</button>
- <button id="save" disabled>save gif</button>
- <button id="upload" disabled>upload gif</button>
- <button id="reset">reset</button>
- <button id="pause">pause</button>
- <br>
- <button id="save-shader">save shader</button>
- <input type="text" id="width" placeholder="width" value="0">
- <input type="text" id="height" placeholder="height" value="0">
- <span class="status"></span>
- <br>
- <br>
- <span id="frame-hidden-controls">
- <button id="show-frame-controls">show frame editor</button>
- </span>
- <span id="frame-controls">
- <button id="hide-frame-controls">x</button>
- frames <input type="text" id="framecount" value="10">
- rate <input type="text" id="framedelay" value="0.06s">
- bg <input type="text" id="background" value="#fff">
- <button id="add-frame">+add</button>
- <select id="reorder-frames">
- <option value="">reorder</option>
- <option value="weave-frames">weave</button>
- <option value="shuffle-frames">shuffle</button>
- <option value="reverse-frames">reverse</button>
- <option value="sort-frames">sort</button>
- </select>
- <br>
- <span id="frames"></span>
- </span>
-</div>
-<div id="workspace"></div>
-<div class="iframe" id="tutorial"><iframe src="tutorial.html"></iframe><button class="close">&times;</button></div>
-<div class="iframe" id="commands"><iframe src="commands.html"></iframe><button class="close">&times;</button></div>
-<script type="text/html" id="shader-gallery-template">
-<span><img src="{thumbnail_url}"></span>
-{name} - {username}
-</script>
-<script type="text/html" id="frame-template">
-<button class="remove">x</button>
-<span class="frame"></span>
-</script>
-<script type="text/javascript-shader">
-</script>
-<script type="text/javascript" src="app.min.js"></script></body>
-</html>