After working on the Tower game I mentioned in the last post, I wanted to write a physics plugin for three.js to make it very easy to include physics in 3D scenes. While the plugin has been up on github … Continue reading →
Let’s explore the basics of using Ammo.js for physics in a Three.js environment. For my entry to the Pokki 1UP contest I rushed out a simple physics-based WebGL game. From start to finish I had 9 days left until the … Continue reading →
My first idea for the 1UP contest Where in the world have I been the past two months? Late last December Pokki announced their 1UP HTML5 game contest, which ends today. I started working on a World War II themed … Continue reading →
A few days ago Evan Wallace released his Constructive solid geometry library for WebGL. This library uses Boolean operations (addition, subtraction, union, intersect) to be applied on 3D geometry such as cubes, spheres, or anything else you can throw at … Continue reading →