JavaScript Physics Engines Comparison
Chandler Prall has written an article comparing four JavaScript Physics engines: box2dweb – a port of Box2DFlash 2.1a to JavaScript (2D) Ammo.js – an Emscripten port of the Bullet physics …Read more
Chandler Prall has written an article comparing four JavaScript Physics engines: box2dweb – a port of Box2DFlash 2.1a to JavaScript (2D) Ammo.js – an Emscripten port of the Bullet physics …Read more
Luz Caballero (@gerbille) has posted a nicely-graphic’d introductory presentation on WebGLfrom Open Web Camp 4. Leaving Flatland: getting started with WebGL from gerbille Share List
Pablo Farías has written a tutorial on creating a mobile HTML5 RPG for beginners using LimeJS. View the tutorial on the Binpress.com Share List
RenegadeRascals has published an in-depth article evaluating the capabilities of both CocoonJS and iOSImpact – as more people use frameworks like these to turn HTML5 games into native apps, it’s …Read more
Pablo Farias has launched a online course on HTML5 Mobile Game Development for Beginners at Udemy.com The course counts on a little bit of JavaScript knowledge but otherwise is targeted …Read more
The folks over at TheCodePlayer.com have written an interactive coding tutorial that walks you through the code for making a snake-game in HTML5. The tutorial walks you through the code …Read more
The folks over at Artillery Games (site it currently accepting sign-ups for early access to games and dev tools) have written a blog post that talks in high level terms …Read more
Justin Schrader, senior developer over at Luxanimals.com (creators of LuxAhoy) has written an informative post on how to combine Easel.js with Box2d which provides a nice in-page demo along with …Read more
James Morris over at renegaderascals.com has written an introduction to Impact.js that gives a nice introduction to the popular HTML5 Game Engine along with links to other Impact.js resources. Read …Read more
With windows 8 bringing HTML5 to the forefront via the Metro interface, it will be possible to build HTML5 Games as “native apps” that have access to native features of …Read more
A blog post on tooNormal.com by Mike Kasprzak on using Emscripten to create a HTML5 game using C++. It walks through the details of setting up Emscripten and how to …Read more
Sean Soria of Gamzee has posted a guest blog over at Facebook chronicling the hoops they jumped through to make a speedy, isometric game in HTML5 that would run acceptably …Read more
Google engineer Colt McAnlis gave a talk at GDC2012 targeted at game developers who are interested in building games on the web. Description from Youtube: There’s a new wave of …Read more
Google engineer Colt McAnlis gave a talk at GDC 2012 talking about the nuances of porting your existing C++ game to Native Client. Here’s the description from YouTube: “We’ll talk …Read more
Google software engineer Vincent Scheib gave a presentation at GDC 2012 on Open Web Tech about what’s new in the past 6 months including Web Sockets, WebGL, File API, Mouse …Read more
Somethinghitme.com has an oldie-but-goodie post from 2009 titled “Terrain Generation with Canvas and JavaScript” that talks a little bit about the algorithms used and links to a working 2d terrain …Read more
HTML5Rocks has a tutorial introducing JavaScript source maps, currently available in Chrome Canary or WebKit nightly (not Firefox love yet). For everyone who’s made the jump to Coffeescript, the one …Read more
Chris Hildenbrand has a great blog called 2D Game Art for Programmers targeted at programmers designing art for 2D games, focusing on using open-source tools such as Inkscape. Also check …Read more
Are you a company looking to license HTML5 games? We recommend MarketJS.com, a B2B platform for licensing games.
MarketJS has over 300 HTML5 games for licensing. They also provide additional services such as game reskin, custom development, and white label portals.
Memory allocation inside update loops often causes framerate problems in real-time gaming. One of the best solutions to this is to use Object Pools in Phaser 3. An Object Pool …Read more
There so many effective ways to engage your audience with HTML5 games. Here is an example of how to run a game campaign to keep users motivated during difficult times. …Read more
Phaser is commonly used as a 2D game engine for creating HTML5 desktop and mobile games. However, with the help of three.js and Phaser 3D library, you could render your …Read more