Skip to content

sanwu/box2d-lite

 
 

Repository files navigation

Box2D-Lite

Box2D-Lite is a small 2D physics engine. It was developed for the 2006 GDC Physics Tutorial. This is the original version of the larger Box2D library. The Lite version is more suitable for learning about game physics.

Building

  • Install CMake
  • Ensure CMake is in the user PATH
  • Visual Studio 2017: run build.bat
  • Otherwise: run build.sh from a bash shell
  • Results are in the build sub-folder

Build Status

Build Status

Releases

No releases published

Packages

No packages published

Languages

  • C++ 89.7%
  • C 6.0%
  • CMake 3.1%
  • Other 1.2%