aboutsummaryrefslogtreecommitdiff
path: root/tools/viz/index.html
diff options
context:
space:
mode:
authorJustin Berger <j.david.berger@gmail.com>2018-03-16 18:03:34 -0600
committerJustin Berger <j.david.berger@gmail.com>2018-03-16 18:03:34 -0600
commit1fe0debd6474c0368f81159cd6a0451edbc6d381 (patch)
tree1d5b63702ce57b665185919c0431714d53747047 /tools/viz/index.html
parente175d0bd2e51263934086f7898911af4e2ce4ab7 (diff)
downloadlibsurvive-1fe0debd6474c0368f81159cd6a0451edbc6d381.tar.gz
libsurvive-1fe0debd6474c0368f81159cd6a0451edbc6d381.tar.bz2
Added a lot of features to the viz tool
Diffstat (limited to 'tools/viz/index.html')
-rw-r--r--tools/viz/index.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/viz/index.html b/tools/viz/index.html
index 5085faf..b146b5d 100644
--- a/tools/viz/index.html
+++ b/tools/viz/index.html
@@ -19,5 +19,15 @@
<canvas width=800 height=800 id="camcanvas"></canvas>
</div>
</div>
+ <div id="console" style="width: 500px;
+ height: 200px;
+ border: 1px solid white;
+ position: absolute;
+ bottom: 20px;
+ overflow: auto;
+ background-color: rgba(0,200,200, .25);
+ z-index: 3;">
+
+ </div>
</body>
</html>