Hpysics

From HaskellWiki
Revision as of 17:20, 13 May 2008 by Feuerbach (talk | contribs)
Jump to navigation Jump to search

Hpysics is a physics engine to be written using Data Parallel Haskell during Google Summer of Code 2008.

If you are interested, you can follow the blog: http://physics-dph.blogspot.com/

Modular physics engine architecture

core simulator

Combines all other components to perform simulation.

integrator

Method used to integrate ODE.

Physsim implements Euler and Runge–Kutta (implicit and explicit) methods.

collision detector

Algorithm which detects whether the two bodies overlap.

See also: PQP