3D physics mod?

Monkey Forums/User Modules/3D physics mod?

nullterm(Posted 2015) [#1]
I know there's a number of 2D physics modules (been playing with the Box2D port).

Are there any 3D physics mods out there?

I've been using Bullet in C++ projects, but obviously not Monkey compatible.


bitJericho(Posted 2015) [#2]
It is possible to integrate c++ libraries into monkey. I and a lot of people would love a bullet physics library especially if it were integrated with b3d or some other 3d api. If you're familiar with bullet and with c++ you should give it a try.


nullterm(Posted 2015) [#3]
Was hoping for something pure Monkey (like the Box2D port) so it runs Android (Java) and HTML5 (JavaScript).


AdamRedwoods(Posted 2015) [#4]
I did port a pure monkey 3D physics lib for miniB3D. It's an extremely difficult and time consuming process and guaranteed to make your hair fall out.
I have tried to get it to work, but am still in the slow and laborious debugging stage, combing through each line of code, like trying to find a small pin on a beach.