[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] looking for a particle/billiard ball engine



On Tue, 2006-01-03 at 10:49 -0800, Miles Van Pelt wrote:
>  Does anyone have a favorite particle simulator, or otherwise know
> where I can find the source to a simple engine that uses newtonian
> physics for particle interaction? 
>  

I've just implemented simple Solar System simulation:
http://ivo.danihelka.net/python/#solys

The engine could use various integration techniques for more or less
precise simulation. The bodies are attracted by gravitation and new
planet could be simple added to the bodies/ directory.

-- 
Ivo Danihelka