public
Description: Objective-C Physics package for games and simulations on Macintosh and iPhone
Home | Edit | New

Home

imSimReal™

Physics simulations in Objective-C for games and realtime simulations

imSimReal™ is an open source package for building models that accurately portray the physics involved. This package will expand over time as I work through needs and materials to grow it to a full-featured package. It is released under the MIT Open Source License.

All public classes in this package begin with IMSR (for imSimReal™) as a means of preventing name collisions, since Objective-C does not have a scope resolution means such as the C++ namespace or the Java package. Also note that each public class includes a test class that uses OCUnit to provide an automated unit test suite. If you build the Unit Tests target in the Xcode Project, you will see success of failure of the tests, as the build doesn’t succeed unless all the tests pass.

Table of Contents

Last edited by john146, Sat Dec 27 16:04:03 -0800 2008
Home | Edit | New
Versions: