2D Physics for Android NG

BlitzMax Forums/BlitzMax NG/2D Physics for Android NG

RustyKristi(Posted 2016) [#1]
Hey guys, Any luck with Android and 2D physics? I have tried all physics modules and none of them compiled or compatible with Android build, even box2d.

Box2D
Chipmunk
Farseer

I think most of them are dependent on boost mod, which fails on droid, would be nice to have though..


RustyKristi(Posted 2016) [#2]
Sorry not boost, cmath and other headers..

Box2D
C:/BMXNG/mod/bah.mod/box2d.mod/Source/Collision/Shapes/../../Common/b2Math.h:27:17: fatal error: cmath: No such file or directory
 #include <cmath>


Chipmunk
map: No such file or directory
 #include <map>


I've checked some forums and it points to using stl stlport headers or something..