跨平台2D图形/游戏库

发布于 2024-10-13 01:08:24 字数 187 浏览 3 评论 0原文

我正在寻找有关 2d 游戏引擎或库的建议。我对使用的语言并不挑剔,但更多地关注库的功能及其运行的平台。

我想编写一个适用于 iOS、OSX、Android、Win 和 *nix 的代码库。我知道会有一些特定于平台的代码,但我希望大部分代码都可以在所有平台上使用。

我环顾四周,有一些想法,但我正在寻找其他意见。有人有什么想法吗?

I'm looking for suggestions for a 2d game engine or library. I'm not picky about the language used but more about the capabilities of the library and the platforms it works on.

I would like to write one code base that would work on iOS, OSX, Android, Win and *nix. I understand there would be some platform specific code but I would like the bulk to be useable on all platforms.

I have looked around and I have some ideas but I'm looking for other opinions. Anyone have any ideas?

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

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

发布评论

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

评论(4

千秋岁 2024-10-20 01:08:24

SDL(简单 DirectMedia 层)http://www.libsdl.org/

SDL(Simple DirectMedia Layer) http://www.libsdl.org/

滥情稳全场 2024-10-20 01:08:24

这里有一个链接,指向可能适合您需求的游戏引擎列表。

Here's a link to a list of game engines that might suit your needs.

另类 2024-10-20 01:08:24

我真的不知道这样的引擎/框架是否存在。我认为你将不得不牺牲一两个平台。

PyGame 将在除 iOS 之外的所有设备上运行。
http://www.pygame.org/news.html

这就是我要开始的地方。

I truly do not know if such a engine/framework exists. I think you are going to have to sacrifice a platform or two.

PyGame will run on everything you mentioned besides iOS.
http://www.pygame.org/news.html

That would be where I would start.

执笏见 2024-10-20 01:08:24

V-Play(我是开发团队的一员)通过单一代码库支持您提到的所有平台。应用商店中已有的一些游戏的各种教程、示例、演示和完整源代码将为您提供帮助 快速开始

V-Play (I am part of the developer team) supports all your mentioned platforms from a single code base. A wide range of tutorials, examples, demos and full source code of some games that are already live in the App Stores will help you get started quickly.

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