0
votes

I want to develop a web based 3D application using Cocos3d framework. I see it should be possible, as they are supporting for Java. Why i want to develop using Cocos, because i will use this web based app to launch on iOS and Android devices as Hybrid or Web app solution. I can't use three.js or flash based as both are not supported by iOS and Android browsers. Could someone advise me i can develop this using Cocos3d web app?

1

1 Answers

0
votes

You can't. Cocos3d is not part of/not supported by the cocos2d cross platform development framework. It has no Javascript bindings nor is there a html5 version of cocos3d.

I suggest you take a look at Unity or other engines if you want to do 3D web apps.