Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
Box2D: Difference between revisions
Jump to navigation
Jump to search
AutoSpider (talk | contribs) (Add "cleanup" tag) |
(all contributions to Qt Wiki may be e.) |
||
(6 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
[[Category:Tools]] | [[Category:Tools]] | ||
{{LangLinks|base=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]. | |||
Box2D is widely used by games including [http://lumiaconversations.microsoft.com/2011/07/05/angry-monsters-appy-families/ Angry Birds and Angry Monsters]. | |||
Box2D | For integrating Box2D in QT, just open the CMakeLists.txt in the source code. | ||
== See Also == | == See Also == | ||
* | * [[Build-QML-Box2D-Library]]. | ||
* | * [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://code.google.com/p/box2d/ Box2D Project] | ||
* [https://github.com/qml-box2d/qml-box2d QML Box2D Plug-in] |
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.