iOS 的 Quartz 作曲家替代品

发布于 2025-01-08 18:38:15 字数 252 浏览 0 评论 0原文

我正在做一个项目,我发现 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

好菇凉咱不稀罕他 2025-01-15 18:38:15

回答我自己的问题。我发现的唯一替代方案是 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.

折戟 2025-01-15 18:38:15

我最近发现有人正在为 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.

染火枫林 2025-01-15 18:38:15

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文