ipad - iPhone - can Cocos2d create non-games? -


Cocos can make 2D non-game apps such as a finger painting app, not a questionnaire or other type of app game is?

If so, what kind of libraries are there for such an app?

If not, what type of library do you recommend?

Thanks

You can create any app with custom view and cocos Feel with 2D. This is a library which gives you high level support with raw open, such as creating scenes, animation etc. What you can do is limited by your imagination :-) And as suggested by Jesse Nauger, look at the features and see your sample for the iPhone.

Just trying to give an example. Normally you will need some buttons, menus etc. And you will need transit from one scene to the other. If you say in the home screen, you will show a menu of 4 options and go to 4 different screens on the selection of u. In the first screen you take some input and process data and show some results to the user. Another screen shows a pie chart and the second displays the chart and the second screen contains options / settings for the user, you can do all this with the Cocos 2D.


Comments