Box2D: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Better place for the See also existed already)
(all contributions to Qt Wiki may be e.)
 
Line 6: Line 6:


Box2D is widely used by games including [http://lumiaconversations.microsoft.com/2011/07/05/angry-monsters-appy-families/ Angry Birds and Angry Monsters].
Box2D is widely used by games including [http://lumiaconversations.microsoft.com/2011/07/05/angry-monsters-appy-families/ Angry Birds and Angry Monsters].
For integrating Box2D in QT, just open the CMakeLists.txt in the source code.


== See Also ==
== See Also ==

Latest revision as of 17:00, 4 June 2020


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