为什么Lua比iPhone Quartz框架更适合游戏开发?

发布于 2024-08-14 05:36:29 字数 86 浏览 2 评论 0原文

我看过很多关于Lua脚本语言用于游戏开发的资料,但我不明白为什么它比Quartz框架更强大。

Lua 提供了哪些 Quartz 没有的功能?

I have seen lots of information about the Lua scripting language for game developement, but I don't understand why it's more powerful than the Quartz framework.

What functionality does Lua give that Quartz does not?

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

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

发布评论

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

评论(1

梦初启 2024-08-21 05:36:29

Lua 是一种脚本语言。它用于游戏中的高级脚本编写(例如编写 AI 脚本、生成敌人等)
Quartz是Mac OS中的图形渲染层。它用于渲染图形。
它们具有完全不同的目的,并且经常一起使用。

Lua is a scripting language. It is used for high level scripting in games (eg. scripting AI, spawning enemies, etc.)
Quartz is the graphics rendering layer in Mac OS. It is used for rendering graphics.
They serve completely different purposes and are often used together.

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