开发者

Visualization: best approach?

开发者 https://www.devze.com 2023-03-15 21:27 出处:网络
I need to visualize stuff and want to ask for some hints and tutorials. Or which technique to use (Cocos2D, OpenGL, Quartz, ...)

I need to visualize stuff and want to ask for some hints and tutorials. Or which technique to use (Cocos2D, OpenGL, Quartz, ...)

Anyone here who did Visualization on iOS Devices?

It's about moving objects, fading, particles and more开发者_JAVA技巧...

Any help is appreciated. I attached two examples.

Visualization: best approach?

Visualization: best approach?


It depends on what you what to present. For something like the very organic color blobs on the left, OpenGL is probably the way to go. For something more crisp and regular like the chart of the right, CoreAnimation layers are probably a good approach because they would be easy to work with yet also performant.

OpenGL does take more work to understand but of course in the end is going to offer the most flexibility, so it's more a matter of deciding how far down the graphics rabbit hole you really want to go.

0

精彩评论

暂无评论...
验证码 换一张
取 消