Friday, December 9, 2011

A look at physics in javascript

JavaScript can do many interesting things, but one thing that is not commonly seen is a physics engine done entirely in JavaScript.  Physics can make a falling object much more interesting to watch.  Here are a few examples to prove my point:
Pl4n3s world
Box2DJS
Kripken
Ammo.js demos
Three.js demo

The last three examples requires WebGL to be enabled on your browser.  The WebGL examples showcase what future web applications should look like, one of those things including web gaming.  



Needless to say, this is great for the future

No comments:

Post a Comment