ghaberek / box2d-euphoria

A small 2D physics engine

Home Page:http://box2d.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A small 2D physics engine

http://box2d.org/

License:MIT License


Languages

Language:C++ 89.7%Language:C 6.0%Language:CMake 3.1%Language:Batchfile 0.6%Language:Shell 0.6%