简体   繁体   中英

Cross platform 2D graphics/game library

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?

这里是指向可能适合您的游戏引擎列表的链接

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

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM