tLPhysics for Mac OSX

A standalone application for Mac OSX that implements a 3D physics engine ( inspired by the library used in the Tree Spring example ) .

tl_Physics_b1.6

     The engine is packed in a C++ framework, with no dependencies to extenal libraries .

    It simulates, for a particle system :

    - collisions between particles, collisions with the bounding surfaces, springs connections

    - gravity .

    - forces .

     < Download  the tLPhysics  demo application : tLPhysics.zip

    Codes cleaning is still needed , but the  tLPhysics C++ framework will be available soon ( with a demo application for Cocoa , as an XCode project ).