WebGL physics engine

Post Reply
TiborDenOuden
Posts: 2
Joined: Wed Oct 22, 2014 7:49 pm

WebGL physics engine

Post by TiborDenOuden »

At http://www.borbitsoft.com/ is my attempt to create a physics engine running on the gpu in the browser using WebGL.
All computations are done on the gpu through shaders driven from javascript.
You need a DirectX 11 capable video card and a browser which supports WebGL and some extensions
(see tests at home page).
Post Reply