I want to develop a Fluid Water Application on IOS which I can drop some colors and mix them. In which framework I can get more support? Which one is better?
|
closed as not constructive by Byte56, Jonathan Hobbs, bummzack, Noctrine♦ Nov 13 '12 at 15:02
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
Well to do fluid dynamics well, you're going to need access to shaders. OpenGL directly would be the most direct way to do that and because you're really only doing one thing, it shouldn't be too hard. Otherwise, Unity does support shaders but because I don't have much experience with Unity I cannot say how they work or whether or not Unity would be A good choice. With Cocos2D you could do a 2d water simulation but I cannot say how efficient it would be. |
|||
|
|