In my HTML5/JS game journey today, I ran across a great article on how the Microsoft IE, Pixel Lab, and ZeptoLab teams ported the “Cut the Rope” application from an iOS app over to an HTML5/JS app.

The article is definitely an interesting read, but you get a prize along with it as well. As part of the porting process, the Pixel Lab team created a “Resource Loader” to help load the games resources into the browser based game. They were nice enough to offer their PxLoader up as an open source, free JavaScript library! Check it out
Links:
“Bringing Cut the Rope to Life in an HTML5 Browser” Article
Pixel Labs PxLoader JavaScript Library

