Box2D

Box2D
Developer(s) Erin Catto
Initial release September 11, 2007 (2007-09-11)
Stable release
2.3.1 / April 5, 2014 (2014-04-05)[1]
Written in C++
Operating system OS independent
Type Middleware
License zlib[2]
Website www.box2d.org

Box2D is a free open source 2-dimensional physics simulator engine written in C++ by Erin Catto and published under the zlib license. It has been used in Crayon Physics Deluxe, Limbo, Rolando, Incredibots, Angry Birds, Tiny Wings, Transformice, Happy Wheels,[3] and many online Flash games,[4] as well as iPhone, iPad and Android games using the Cocos2d or Moscrif game engine and Corona framework.

History

Box2D was first released as "Box2D Lite", a demonstration engine to accompany a physics presentation given by Erin Catto at GDC 2006. On September 11, 2007 it was released as open source on Sourceforge. On January 17, 2010 Box 2D moved the project to Google Code for hosting.[5]

On March 6, 2008, version 2.0 was launched, introducing continuous collision detection and revamping the API.

Cross-platform availability

Box2D is itself written in platform-independent C++ (usable on any system with a C++ compiler available). The engine may be compiled in fixed point and floating point modes, and has been used on the Nintendo DS, Wii, and several mobile phones (including Android, BlackBerry 10 and iPhone) as well as most major operating systems.

The engine has been ported to many other programming languages and environments, including Java,[6] Adobe Flash (in ActionScript[7] and Haxe[8] languages), C#,[9] Lua, JavaScript,[10][11] and D.[12] Bindings exist to use the compiled library from Python[13] and DarkBasic.

On October 30, 2009, it was announced that Box2D was being integrated into the Torque 2D game engine.[14]

Programs that use the engine

Features

Box2D performs constrained rigid body simulation. It can simulate bodies composed of convex polygons, circles, and edge shapes. Bodies are joined together with joints and acted upon by forces. The engine also applies gravity, friction, and restitution.

Box2D's collision detection and resolution system consists of three pieces: an incremental sweep and prune broadphase, a continuous collision detection unit, and a stable linear-time contact solver. These algorithms allow efficient simulations of fast bodies and large stacks without missing collisions or causing instabilities.[16]

Related engines

An earlier version of the Box2D engine, now known as Box2D Lite, was released primarily for educational purposes, based on a series of yearly Game Developers Conference presentations that Erin Catto has given. Box2D Lite uses many of the same algorithms as Box2D, but has a smaller feature set.

The Chipmunk physics engine (written in C)[17] and Phys2D (written in Java)[18] are both partially based on Box2D Lite.

The physics engine used in SpriteKit for iOS and OS X uses Box2D internally.[19]

Articles

Itterheim and Wenderlich describe the usage of Box2D in the Cocos2d iPhone engine.[20][21] An article in the Adobe Edge newsletter discusses the use of Box2D in Flash games.[22]

See also

References

  1. Erin Catto. "Release v2.3.1: Version 2.3.1 · erincatto/Box2D". GitHub.
  2. "Box2D". Box2D.
  3. "Play Happy Wheels Online – AndroidFantasy". Retrieved 14 August 2015.
  4. "Box2d Games at Jayisgames". Jayisgames.
  5. "Box2D – Home". Box2D. Archived from the original on 23 October 2007.
  6. "JBox2D: A Java Physics Engine". JBox2D.
  7. "AS3 Flash Physics Engine Box2DFlashAS3 2.0.1". Box2D.
  8. "Google Code Archive – Long-term storage for Google Code Project Hosting.". Google.
  9. "Google Code Archive – Long-term storage for Google Code Project Hosting.". Google.
  10. "Box2DJS". Box2D.
  11. "GitHub – hecht-software/box2dweb: Automatically exported from code.google.com/p/box2dweb". GitHub.
  12. "blaze". Dsource.
  13. "Pybox2d/pybox2d: 2D Game Physics for Python". GitHub. Retrieved February 19, 2016.
  14. Perry, Michael (October 30, 2009). "Torque 2D Development Blog – Box2D Overview". garagegames.com. Retrieved February 26, 2016.
  15. https://love2d.org/wiki/love.physics
  16. "Chapter 1 Introduction". Box2D.
  17. "Google Code Archive – Long-term storage for Google Code Project Hosting.". Google.
  18. "Index of /phys2d". Coke and Code.
  19. "tm4ko – Ghostbin". Ghostbin.
  20. Steffen Itterheim. (2010). "Learn iPhone and iPad cocos2d Game Development." Apress.
  21. Rod Strougo and Ray Wenderlich. (2011). "Learning Cocos2d: A Hands-On Guide to Building IOS Games with Cocos2d, Box2d, and Chipmunk." Addison-Wesley Professional.
  22. "Adobe Edge: April 2010 – Developing physics-based games with Adobe Flash Professional". Adobe.

External links

This article is issued from Wikipedia - version of the 11/20/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.