chandlerprall / GoblinPhysics

Collision Detection & Response in JavaScript
http://www.goblinphysics.com
Other
147 stars 18 forks source link

Have you done any web workers implementations with goblin?? #43

Closed Druidhawk closed 9 years ago

Druidhawk commented 9 years ago

I was attempting to use the cannon.js worker.html as a reference, for what ever reason Goblin does not appear to resolve even afte I importScripts.

Druidhawk commented 9 years ago

Actually got this working by stripping the Immediately-Invoked Function Expression leading ( which allowed Goblin to appear in web worker global namespace.