
Box2D
A 2D Physics Engine for Games. Box2D. A 2D Physics Engine for Games © 2025 Erin Catto
erincatto/box2d: Box2D is a 2D physics engine for games - GitHub
The Box2D library and samples build and run on Windows, Linux, and Mac. Box2D should be built on recent versions of clang and gcc. You will need the latest Visual Studio version for C11 …
Overview - Box2D
Box2D is a 2D rigid body simulation library for games. Programmers can use it in their games to make objects move in realistic ways and make the game world more interactive. From the game engine's point of view, a physics engine is just a system for procedural animation.
Box2D - Wikipedia
Box2D performs constrained rigid body simulation. It can simulate bodies composed of convex polygons , circles , and edge shapes. Bodies are joined with joints and acted upon by forces .
Releases · erincatto/box2d - GitHub
Box2D is a 2D physics engine for games. Contribute to erincatto/box2d development by creating an account on GitHub.
Box2D C++ tutorials - Introduction - iforce2d.net
Apr 7, 2014 · Box2D is the world's most ubiquitous 2D physics engine. It's light, robust, efficient and highly portable. It has been battle-proven in many applications on many platforms, and it's open-source and free.
Phaser Box 2D
Phaser Box2D. A high-performance, industry-standard 2D physics engine built on Box2D v3, delivering incredibly realistic and engaging web game experiences.
Box2D: Overview
Box2D is a 2D rigid body simulation library for games. Programmers can use it in their games to make objects move in realistic ways and make the game world more interactive. From the game engine's point of view, a physics engine is just a system for procedural animation.
Implementing Physics with Box2D in Java: A Complete Guide for …
Implementing Box2D in your Java game opens up a whole new world of possibilities for realistic physics interactions. With this tutorial, you learned how to set up your project, add physics bodies, handle collisions, and update your world.
Box2D Tutorials - phaser.io
Box2D stands as the leading 2D physics engine, trusted across the global software development community. Its lightweight design, reliability, and computational efficiency make it an ideal choice for developers.