if (do_name() != 'Home') : ?>
endif ?>
Posted by Tom De Smedt on Jun 12, 2007
Nice work. I see you're using Runge-Kutta. I was looking for a comprehensible example to add to a physics library. Would you mind if I use your code as a basis? Let me see if I can post some code of what I'm working on...
Posted by Z on Jun 13, 2007
include("util/comment.php"); ?>
Go ahead and use whatever you feel like! Just glad if it's useful. Looking forward to seeing some more code! :)
Double pendulum
Posted by Zacharias Enochsson on Jun 11, 2007Inspired by Mark M's gravity simulation, I went ahead and made a simple double-pendulum simulation, that might be fun to play with. Here it is:
Enjoy! (and have a look at the 'fireflies' mode. it's pretty neat)