This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
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.







