Skip to content

Instantly share code, notes, and snippets.

@pzp1997
Last active August 29, 2015 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pzp1997/958e15fe7bf048de0b10 to your computer and use it in GitHub Desktop.
Save pzp1997/958e15fe7bf048de0b10 to your computer and use it in GitHub Desktop.
HTML Template for processing-mobile.js
<!DOCTYPE html>
<html>
<head>
<title>
<!-- NAME OF YOUR PROCESSING SKETCH GOES HERE -->
</title>
<style type="text/css">
body { margin: 0 }
</style>
<script src="https://cdnjs.cloudflare.com/ajax/libs/processing.js/1.4.15/processing.min.js"></script>
</head>
<body>
<script type="text/processing" data-processing-target="sketch">
// YOUR PROCESSING CODE GOES HERE
</script>
<canvas id="sketch"></canvas>
<script src="https://pzp1997.github.io/cdn/processing-mobile/1.1.0/processing-mobile.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment