Category: Box2D
-
Erase Box: the tutorial
Some days ago I blogged about Erase Box, a Box2D game made with my tutorials, now it’s time to publish Rodrigo‘s tutorial. « On a game I was…
-
Basic Filler engine with Box2D – part 1
Do you remember Filler? In Filler, your goal is simple: fill 2/3 of the level. To create a filler ball, press down. It will grow until you release…
-
Erase Box, a Box2D game made with my tutorials
I am going to show you a cute game Rodrigo made following my tutorials « I created a Box2D flash game using some tutorials available on your website.…
-
The engine behind Splitter Flash game – new AS3 prototypes
Splitting Box2D objects seem to be the ultimate challenge around here… after The engine behind Splitter Flash game – first AS3 prototype, now we have two updates… the…
-
A smart way to manage sleeping objects with Box2D
If you followed Box2D: tutorial for the absolute beginners, then you know you can put some object to “sleep” to improve performance by not simulating inactive bodies. This…
-
The engine behind Splitter Flash game – first AS3 prototype
Some time ago I posted about the engine behind Splitter Flash game, the C code used to cut off and split objects with Box2D Now I received an…
-
Box2D joints: Gear Joints
Here I am with some infos about Gear Joints. Gear joints can be used to create a sophisticated mechanical contraption you might want to use a gears. In…
-
Creating a sling with Box2D using joints
This is an example about the creation of a sling using joints and motors. Click the mouse to break the joint and release the bullet. Try to hit…
-
Box2D breakout prototype
Porting Breakout/Arkanoid with Box2D seems to be an interesting challenge for developers. Some days ago I showed you Phyballs, now it’s time for Andre Vidal to show his…
-
Box2D joints: Prismatic Joints
Time to learn something about Box2D prismatic joints. A prismatic joint provides one degree of freedom: translation along an axis fixed relative to the first body. Relative rotation…
-
Box2D: tutorial for the absolute beginners – step 2
After understanding the meaning of the first lines in Box2D: tutorial for the absolute beginners, it’s time to explain the rest of the script. Lines 19-27: These lines…
-
Box2D: tutorial for the absolute beginners
This is a tutorial about Box2D dedicated to the absolute beginners. I received a lot of request asking for this, so here we go. What is Box2D Box2D…