swift502 / Sketchbook

3D playground built on three.js and cannon.js.

Home Page:https://jblaha.art/sketchbook/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for Babylon.js?

raoneel opened this issue · comments

Hey, this project is awesome! Thanks for building it. I was wondering if you had any plans to port this to other platforms such as Babylon. It seems to support all of the features from three.js you are using and would love to use it there.

Thanks!

I'm not even sure what Babylon is exactly. If there was a benefit to porting this project then maybe.

But this project is so dynamic I really don't think it's ready to get ported to anything. New stuff I'm working on in the dev branch breaks pretty much all compatibility with the currect master version. 😄
I also use my fork of Cannon, so that'd have to get transferred to Babylon. I have no idea how the physics plugins in Babylon work.

If there was a clear benefit then I'd consider it. But I'm quite happy with the project as it is now running on three js.

Makes sense, thanks. Did you modify Cannon physics specifically for this project?

Yes. Just a few small, but significant changes. I would've been happy to contribute to Cannon, but the owner abandoned it years ago.