Search code examples
ioscore-animation

iOS framework for developing rich graphic applications


Let's say I wanted to develop interface like in Smule (iPhone flute app). Youtube linke to Smule

What sort of Frameworks I should consider using. Should I stick to native frameworks in iOS such as CoreAnimation, OpenGL ES or, are there any third party framework which makes job easier ?

thanks. Waruna.


Solution

  • This depends on so many parameters... there are so many options...

    Just some questions to get you started:

    • What are your skills? (Comfortable with OpenGL? What about Objective-C?)
    • What is your budget? (Money for proprietary frameworks? Time to do low level stuff?)
    • Is performance an issue? (For smule apparently it is not.)

    With a scripting framework like Pythonista this could probably be achieved in half a day and under a hundred lines of code with decent performance... if it would support input from the mic...