Box2d Example

| 0 Comments | 0 TrackBacks

This example is really only using Box2d for its collision detection and response - not so much the physics, as this is a top-down view. Actually, i am using it for quite a bit, but just not the normal kinds of things you might see with a physics demo!

I've implemented some basic "vision", so that the objects try to avoid each other. You can see the range of "vision" as the rectangles attached to the circles.

Check it out here.

No TrackBacks

TrackBack URL: http://www.thirdplacegames.com/cgi-bin/mt/mt-tb.cgi/871

Leave a comment

Recent Entries

And we are back
After a gruelling summer, and fall, and half of winter, we are back! I've been working on several projects for clients,…
How skin-able is enough?
We are producing games which can be licensed by various clients, and skinned for their particular needs. The "Shield Game"…
Remember, 0 is to the RIGHT
I've been doing some more work with my Steering Behaviour library. It was originally tightly integrated to box2d and its…