Skip to content

Instantly share code, notes, and snippets.

@incompl
Created November 28, 2012 19:21
Show Gist options
  • Save incompl/4163433 to your computer and use it in GitHub Desktop.
Save incompl/4163433 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