tLPhysics for Mac OSX
Submitted by t_linked_admin on Sun, 02/06/2011 - 01:40
Related Terms :
A standalone application for Mac OSX that implements a 3D physics engine ( inspired by the library used in the Tree Spring example ) .

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 ).
