Skip to content

Commit

Permalink
Compiled!
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Oct 18, 2010
1 parent 55a2b18 commit f9980c6
Show file tree
Hide file tree
Showing 2 changed files with 143 additions and 120 deletions.
26 changes: 25 additions & 1 deletion index.html
@@ -1 +1,25 @@
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Box2d - by Pixel Lab</title><meta content="text/html; charset=utf-8" http-equiv="Content-Type"/><link href="styles.css" rel="stylesheet" type="text/css"/><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script><script src="js/compressed.js"></script></head><body><div id="container"><canvas height="380px" width="600px"></canvas><div id="fps">FPS</div><div><button id="previous">Previous</button><button id="reload">Reload</button><button id="next">Next</button></div><div id="info"><p>This is a clone of a <a href="http://box2d-js.sourceforge.net/">box2d javascript engine</a> which is a clone of the <a href="http://www.box2d.org/">box2d C++ library</a>.</p><p><a href="http://thinkpixellab.com">PixelLab</a> modified the library to use Google's <a href="http://code.google.com/closure/compiler/">Closure Javascript Compiler</a> for great compression--with the added benefit of compile-time checking. (We found a lot of bugs in the original javascript).</p><p>It's being used in <a href="http://www.agent8ball.com">Agent 8 Ball</a>, an HTML5 showcase pool game.</p><p>Check out the source, fork, patch, etc on <a href="http://github.com/thinkpixellab/box2d">Github</a>.</p></div></div></body></html>
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Box2d - by Pixel Lab</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<link href="styles.css" rel="stylesheet" type="text/css"/>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>
<script src="js/compiled.js"></script></head>
<body>
<div id="container">
<canvas height="310px" width="500px"></canvas>
<div id="fps">FPS</div>
<div>
<button id="previous">Previous</button>
<button id="reload">Reload</button>
<button id="next">Next</button>
</div>
<div id="info">
<p>This is a clone of a <a href="http://box2d-js.sourceforge.net/">box2d javascript engine</a> which is a clone of the <a href="http://www.box2d.org/">box2d C++ library</a>.</p>
<p><a href="http://thinkpixellab.com">PixelLab</a> modified the library to use Google's <a href="http://code.google.com/closure/compiler/">Closure Javascript Compiler</a> for great compression--with the added benefit of compile-time checking. (We found a lot of bugs in the original javascript).</p>
<p>It's being used in <a href="http://www.agent8ball.com">Agent 8 Ball</a>, an HTML5 showcase pool game.</p>
<p>Check out the source, fork, patch, etc on <a href="http://github.com/thinkpixellab/box2d">Github</a>.</p>
</div>
</div>
</body>
</html>

0 comments on commit f9980c6

Please sign in to comment.