Skip to content

Instantly share code, notes, and snippets.

@triptych
Forked from incompl/gist:4163433
Created December 16, 2012 06:39
Show Gist options
  • Select an option

  • Save triptych/4303865 to your computer and use it in GitHub Desktop.

Select an option

Save triptych/4303865 to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Basic Object Behavior</title>
<script src='js/Box2dWeb-2.1.a.3.js'></script>
<script src='js/example.js'></script>
<style> canavs { background-color:black; } </style>
</head>
<body>
<canvas id='b2dCanvas' width='1024' height='500'></canvas>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment