Basic 3d physics engine written entirelly in F#, using functional paradigm - eg. immutability.
Supports collisions, two kinds of rigid bodies (boxes and spheres) and friction.
Physics engine is not dependend on any renderer, which is meant to be separate assembly. Thus, renderer can be easily changed, without physics engine recompilation.