view nodejs-server/index.html~ @ 40:7656f048bbdf moodplay

Added DMX send functionality into MovingBlob.draw, added globals for DMX universe, number of lighting fixtures, ambient lighting colour.
author JWoodbridge <j.woodbridge@se12.qmul.ac.uk>
date Thu, 07 May 2015 14:56:42 +0100
parents 63cc59d5b665
children
line wrap: on
line source
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
       "http://www.w3.org/TR/html4/loose.dtd">
<html>
  <head>
    <title>Mood Conductor</title>
    <script src="app.js"></script>
  </head>
  <body onload="Application.init()" style="margin:0px;padding:0px">
    <canvas width="320" height="320" id="canvas">
      <span id="marker" style="position:relative; background:#ccc;"></span>
    </canvas>
    <div style="font-size:40px;font-weight:bold" id="label">
    </div>
  </body>
</html>