CsabaConsulting / ARPhysics

Testing Physics engines with AR
MIT License
2 stars 0 forks source link

Add JMonkey physics engine support #4

Open MrCsabaToth opened 4 years ago

MrCsabaToth commented 4 years ago

Among the possible engine selections we should add JMonkey (https://jmonkeyengine.org/). Good example project: https://github.com/noncom/jme-android-example/ As far as I can see this is also started off of Bullet physics engine, but unlike cz.advel.jbullet which was not updated since 2010 is actively maintained.

MrCsabaToth commented 4 years ago

Also see https://github.com/leader94/JmeWithAndroid. Seems like we'll have to create our own AndroidHarness class and dig in more to be able to rip out the required functionality