WhitestormJS / whitestorm-app-boilerplate

[WIP] WhitestormJS 2 App boilerplate
http://whs-boilerplate-app.surge.sh/
MIT License
45 stars 17 forks source link

Added support and integration with 'ammonext' physics. #10

Open alkavan opened 7 years ago

alkavan commented 7 years ago

It seems ammo physics is not so easy to integrate correctly, what do you think about physics branch?

alkavan commented 7 years ago

I've made a commit being more explicit about everything, better for example. However I did not realize the Ammo.js integration (with THREE) is still in this state.

I saw your repository at https://github.com/sasha240100/ammojs-build-files I see now how I missed some parts. My whole point was to use the WebAssembly example. Will do another commit with proper wasm integration using your builds on that repo.

sasha240100 commented 7 years ago

@alkavan There is no need for wasm (no extra optimization on loading time yet)

alkavan commented 7 years ago

@sasha240100 I've updated the PR. Removed wasm dependency, and Improved the demo. I'm gonna try loading the wasm on my project first, I see it's still too experimental perhaps.