跨平台2D图形/游戏库
我正在寻找有关 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
SDL(简单 DirectMedia 层)http://www.libsdl.org/
SDL(Simple DirectMedia Layer) http://www.libsdl.org/
这里有一个链接,指向可能适合您需求的游戏引擎列表。
Here's a link to a list of game engines that might suit your needs.
我真的不知道这样的引擎/框架是否存在。我认为你将不得不牺牲一两个平台。
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.
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.