iOS 的 Quartz 作曲家替代品
我正在做一个项目,我发现 Quartz Composer 非常适合我的需求,但它只能在 iOS 上使用吗?我一直在研究 Opacity 但它对动画没有好处。我希望能够像在 QC 中一样使用动画,并能够从代码中提供输入。
您会推荐哪些好的替代方案(如果存在)?如果不是像 QC 这样的编辑器,您会如何建议在 iOS 中从头开始编程交互式动画?科科斯2d?
I´m working on a project where I found that quartz composer was perfect for my needs could it only be used with iOS. I've been looking at Opacity but it's no good for animations. I would like to be able to work with animations as in QC and be able to give give input from code.
What good alternatives (if such exists) would you recommend? And if not an editor like QC, how would you recommend approaching programming interactive animations from scratch in iOS? Cocos2d?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
回答我自己的问题。我发现的唯一替代方案是 opengl Apple 的着色器生成器,它与 Quartz Composer 不同,但允许您编程和更改正在运行的动画或图形 - 它将在 iOS 上运行。然而,与苹果标准相比,该程序并不那么容易使用。
To answer my own question. The only alternative I've found that is opengl shader builder by Apple which is not like quartz composer, but allows you to program and change running annimations or graphics - which will run on the iOS. The program, however, is not so easy to use compared to Apple standards.
我最近发现有人正在为 iOS 开发 Quartz Composer 端口:
http://joris.kluivers.nl/blog/ 2013/06/04/quartz-composer-for-ios/
虽然没有测试它,他说它还没有接近完成,但无论如何看起来很有希望。
I recently found out that someone has been working on a Quartz Composer port for iOS:
http://joris.kluivers.nl/blog/2013/06/04/quartz-composer-for-ios/
Didn't test it though, and he says it's not close to being complete, but anyway looks promising.
你看过核心动画API 对于 iOS?我不确定您想要执行哪种动画,但 Core Animation 似乎是一个功能齐全的 API,并且我认为根据 Apple 的标准,它是一个“更友好”的界面。
Did you look at the Core Animation API for iOS? I'm not sure what kind of animations you would like to perform, but Core Animation seems to be a full featured API and I think it's a "friendlier" interface according to Apple's standards.