ARVOS-APP / ARVOS

ARVOS - AR Viewer Open Source - An open source augmented reality viewer
http://www.arvos-app.com/
4 stars 2 forks source link

List of potential 3D engines #7

Open sre42 opened 8 years ago

sre42 commented 8 years ago

Following are the possible 3D engines that support Android and IOS according to this post: http://www.gamefromscratch.com/page/3D-Game-Engine-Round-up.aspx

Unreal Engine: https://www.unrealengine.com/what-is-unreal-engine-4 Ogre3D: http://www.ogre3d.org/ Unigine: http://unigine.com/ Torque 3D: http://www.garagegames.com/products/torque-3d Gameplay: http://www.gameplay3d.io/ Irrlicht: http://irrlicht.sourceforge.net/

peterGraf commented 8 years ago

Hello Omar, thank you for your input. I looked through the list, here is my take.

Unreal Engine: https://www.unrealengine.com/what-is-unreal-engine-4

Ogre3D: http://www.ogre3d.org/

Unigine: http://unigine.com/

Torque 3D: http://www.garagegames.com/products/torque-3d

Gameplay: http://www.gameplay3d.io/

Irrlicht: http://irrlicht.sourceforge.net/

LibGDX: http://libgdx.badlogicgames.com/

sre42 commented 8 years ago

Hi Peter, great review of all the engines above. There is another one I had missed out. LibGDX: http://libgdx.badlogicgames.com/ LibGDX is a Java based Cross Platform, Open Source game Engine

Because of the complexity required for Irrlicht to set up, I am inclined towards: Ogre3D LibGDX Gameplay(maybe)