DanielChappuis / reactphysics3d

Open source C++ physics engine library in 3D
http://www.reactphysics3d.com
zlib License
1.54k stars 224 forks source link

Will it work for Android? #367

Closed VadimBoev closed 10 months ago

VadimBoev commented 10 months ago

Hello.
I am looking for a physics engine with a purpose for the Android platform.
Will this engine work on armeabi-v7a and arm64 ?
How are things going with optimization?
Is it heavily loading the processor?

DanielChappuis commented 10 months ago

Hello. I have personally never try to run the library on Android. Therefore, I cannot really promise that it will work without any issue.

About optimization and loading the processor, it really depends on the device and on your simulation.

VadimBoev commented 10 months ago

thanks for the answer!