Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

2d game physics?

Tags:

c++

physics

Can anyone point me to a library for 2D game physics, etc for programming gravity, jumping actions, etc for a 2d platform/sidescrolling game ? Or could you suggest some algorithms for side scroller like mario, sonic etc?

like image 677
Abhishek Mishra Avatar asked Sep 19 '08 01:09

Abhishek Mishra


People also ask

How is physics used in gaming?

Modern video games use physics to achieve realistic behaviour and special effects. Everything from billiard balls, to flying debris, to tactical fighter jets is simulated in games using fundamental principles of dynamics.

What physics engine does Angry Birds use?

Box2D is a free open source 2D physics simulator engine written in C++ by Erin Catto and published under the MIT license. It has been used as the engine of several Angry Birds games.

Is Box2D a game engine?

On October 30, 2009, it was announced that Box2D was being integrated into the (now older) Torque 2D game engine.


1 Answers

It sounds like Chipmunk might meet your needs.

like image 195
Ash Wilson Avatar answered Sep 19 '22 15:09

Ash Wilson