Search found 2 matches

by TiborDenOuden
Thu Oct 23, 2014 1:00 pm
Forum: General Bullet Physics Support and Feedback
Topic: Bullet on GPU
Replies: 129
Views: 1276332

Re: Bullet on GPU

I am trying to write a physics engine in WebGL here : http://www.borbitsoft.com/ Do all the heavy lifting on the gpu using shaders. The best way to run the demos is to use Chrome or Opera on a pc with a recent graphics card and up to date drivers. (Although IE 11 displays true, its WebGL implementat...
by TiborDenOuden
Wed Oct 22, 2014 8:07 pm
Forum: Links, Papers, Libraries, Demos, Movies, Comparisons
Topic: WebGL physics engine
Replies: 0
Views: 38295

WebGL physics engine

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 test...