Box2D: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Convert ExpressionEngine links)
(Clean; Remove dead Nokia link)
Line 1: Line 1:
{{Cleanup | reason=Auto-imported from ExpressionEngine.}}
[[Category:Tools]]
[[Category:Tools]]


'''English''' [[box2d_Bulgarian|Български]]
{{LangLinks|base=Box2D}}
 
= Box2D =


[http://www.box2d.org 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 [http://en.wikipedia.org/wiki/Zlib_License zlib license].
[http://www.box2d.org 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 [http://en.wikipedia.org/wiki/Zlib_License zlib license].


Box2D is widely used by games including [http://conversations.nokia.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].


== See Also ==
== See Also ==
Line 15: Line 11:
* [http://www.box2d.org/features.html Box2D Features]
* [http://www.box2d.org/features.html Box2D Features]
* [http://blog.qt.io/blog/2010/02/26/qt-box2d-is-easy/ Qt + Box2D is easy!]
* [http://blog.qt.io/blog/2010/02/26/qt-box2d-is-easy/ Qt + Box2D is easy!]
* [http://code.google.com/p/box2d/ box2d Project]
* [http://code.google.com/p/box2d/ Box2D Project]
* [https://projects.developer.nokia.com/qmlbox2ddemo QML Box2D demo]
* [http://gitorious.org/qml-box2d QML Box2D Plug-in]
* [http://gitorious.org/qml-box2d QML Box2D Plug-in]

Revision as of 16:36, 16 March 2015


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.

See Also