Sha256: e2dda9e3c3f7f8ffeeef7c03f86bf7aae57135c8ef347d82c31196c2e960d334

Contents?: true

Size: 689 Bytes

Versions: 6

Compression:

Stored size: 689 Bytes

Contents

<html>
  <head>
    <title>
      coffee-processing sketch
    </title>
    <script src='https://raw.github.com/processing-js/processing-js/master/processing.js' type='text/javascript'></script>
    <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js' type='text/javascript'></script>
    <script src='sketch.js' type='text/javascript'></script>
  </head>
  <body>
    <canvas id='sketch' style='position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: black'>
    </canvas>
    <script type='text/javascript'>
      var processing = new Processing(document.getElementById("sketch"), <%= javascript_object %>)
    </script>
  </body>
</html>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
coffee-processing-0.0.6 lib/coffee-processing/template.html.erb
coffee-processing-0.0.5 lib/coffee-processing/template.html.erb
coffee-processing-0.0.4 lib/coffee-processing/template.html.erb
coffee-processing-0.0.3 lib/coffee-processing/template.html.erb
coffee-processing-0.0.2 lib/coffee-processing/template.html.erb
coffee-processing-0.0.1 lib/coffee-processing/template.html.erb