Box2D

From Qt Wiki
Revision as of 17:00, 4 June 2020 by Fatih1 (talk | contribs) (all contributions to Qt Wiki may be e.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


bg de el es fr it ja ko pt ru zh

Box2D is an open source C++ physics engine for simulating collisions and other 2D motions of rigid bodies which can be easily integrated with Qt. The main developer of Box2D is Erin Catto and it is distributed under the zlib license.

Box2D is widely used by games including Angry Birds and Angry Monsters.

For integrating Box2D in QT, just open the CMakeLists.txt in the source code.

See Also