A short clip of the first running version of my physics engine implemented in Java. The shown scene (802 rigid bodies) takes ~7ms per physics update on average on an AMD X6 1090T with peak times of around 11ms (using six threads).
The resolution process still needs some tweaking, for example the stacking behavior of rigid bodies is currently very bad (stacks of more than two start vibrating and fall off). No performance optimization has been done yet.
The goal is a simple physics engine that supports some common shapes (box, sphere, cylinder), joints (probably mainly ball joints) and force generators (explosions, etc.) and that scales well with the number of available cores.
The basic contact resolution algorithmn is from the book "Game Physics Engine Development" by Ian Millington.
The renderer is also written in Java, using OpenGL via the Lightweight Java Game Library ( http://www.lwjgl.org/ ).
As I said this is the very first running version; as soon as the project is in a stable and useable state I will provide it as a library.
Nesta página do site você pode assistir ao vídeo on-line Concurrent Java physics engine tech demo duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Batsbak 03 Abril 2011, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 4,710 vezes e gostou 20 espectadores. Boa visualização!