iphone xcode 动画CADisplayLink问题

发布于 2024-10-17 02:56:44 字数 133 浏览 2 评论 0原文

大家好,我是法国人,请原谅我的英语不好。 所以我的问题是,当我使用 CADisplayLink 以 60 fps 的速度制作一张图像的动画时,它工作得很好,但当我想制作两张图像的动画时,我的速度接近 40 fps。 那我能做什么呢。 请帮我 。 谢谢。

Hi everybody I'm french so scuse me for my bad english.
So my problem is when I use CADisplayLink to animate one image at 60fps, it works fine but when I want to animate two image I have near 40fps.
So what can I do.
please help me .
thank you.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

乜一 2024-10-24 02:56:44

问题不在于 CADisplayLink。问题是渲染需要很长时间,并且不可能更快地绘制。你最好优化你的绘图代码(也许减小图像大小)。

The problem is not with CADisplayLink. The problem is that rendering takes to much time, and it's not possible to draw faster. You'd better optimize your drawing code (maybe reduce the image size).

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