Question

I have developed a WebGL bike configurator demo using Three.js. Given the fact that WebGL is not yet supported on iOS Safari, I have to port my app to Objective-C. Which 3D engine do you recommend?

What do you think about NinevehGL and iSGL3D framework? http://nineveh.gl/ http://isgl3d.com/

EDIT: I need free/opensource frameworks

EDIT 2: I have found a great comparison of open source frameworks althought NinevehGL framework is not mentioned:

http://maniacdev.com/2009/08/the-open-source-iphone-game-engine-comparison/

Was it helpful?

Solution

Given that you are comfortable with javascript I would suggest using Unity3D so you can code in UnityScript which is also ECMAScript derived.

OTHER TIPS

After trying myself NinevehGL and ISGL3D by doing a small demo for my needs I can say the following:

-NinevehGL 0.9.2: It's an easy to use framework. It's great but it lacks of many features yet. However, when more features gets added, it will be a great framework. I'm sure! The API is fully documented and you can install documentation directly on XCode.

-ISGL3D 1.2.3: It's more difficult to use. It has a lot of features. However, it has bugs which are not being solved. The reason for that is main developer don't have time to mantain code. Other developers has shown interest in continuing his work and have moved code to Github. But activity there is very low. What is active is isgl3d google group. The API is very well documented on framework's web.

So now I will try Unity like @ade suggested me...

EDIT:

-Unity: It's really a great framework. I have already done a demo and I like it over the rest. It is my choice now because 3D file importing system is very great and you can export your work to multiple platforms. If you like JavaScript you will like it. What is important is that if you have doubts or errors in your code, there is a lot of material online to help you in Unity answers ( http://answers.unity3d.com/ ). Finally, to get started check out this URL: http://answers.unity3d.com/questions/12321/how-can-i-start-learning-unity-fast-list-of-tutori.html

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top