Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mattetti/box2d

My Box2d fork which has the iPhone TestBed compiling under Xcode4
https://github.com/mattetti/box2d

Last synced: 2 months ago
JSON representation

My Box2d fork which has the iPhone TestBed compiling under Xcode4

Awesome Lists containing this project

README

        

# Box2d

This is a copy of the official svn repo that you can find on google
code: http://code.google.com/p/box2d/

The difference is that I modified it so the Xcode project compiles
properly. You can use that to learn how to compile a Box2D has a static
library and how to use it in an iOS project.

## iOS test bed working with Xcode 4

Open the Xcode project:

$ open Contributions/Platforms/iPhone/iPhoneTestbed.xcodeproj

Select the `ALL_BUILD` target and build.

To test in the simulator, choose the `iPhoneTestBed` target and Run the
example, the dependencies will compile and the simulator will start.

The original source code is licensed under the zlib license http://en.wikipedia.org/wiki/Zlib_License