Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要可视化的东西,并想要求一些提示和教程。或者使用哪种技术(Cocos2D、OpenGL、Quartz,...)
这里有人在 iOS 设备上做过可视化吗?
它是关于移动物体、褪色、粒子等等……
任何帮助表示赞赏。我附上了两个例子。
这取决于你要呈现什么。对于左侧非常有机的颜色斑点,OpenGL 可能是要走的路。对于像右图这样更清晰、更规则的东西,CoreAnimation 图层可能是一种很好的方法,因为它们易于使用而且性能也很好。
OpenGL 确实需要更多的工作才能理解,但最终当然会提供最大的灵活性,所以更多的是决定你真正想要在图形兔子洞中走多远。