Introduction - If you have any usage issues, please Google them yourself
How to Simulate A Ponytail - The Sample App
This is a very simple Lagrange Multiplier constrained dynamics
simulator to accompany my articles and lectures on How to Simulate a
Ponytail.
For more information, see http://chrishecker.com/How_to_Simulate_a_Ponytail
The code should be relatively portable. There s a glut interface that
has probably rotted but shouldn t be too hard to get working.
The Ax=b matrix solver is from http://www.netlib.org/c/sge.shar, and I
think it s public domain because it s a US Government contribution.
If you ve got Visual C++ 6.0 installed and have an OpenGL library, you can compile and execute it.