Lua游戏开发参考资料收集

来源:互联网 发布:非冗余数据库 编辑:程序博客网 时间:2024/05/21 09:15

List of game engines that use lua:

2D

  • Agen (Lua; Windows)
  • Blitwizard (Lua; Windows, Linux, Mac)
  • Cocos2d-x (C++/Lua/JS; Windows, Linux, Mac; iOS/Android/BlackBerry)
  • Corona (Lua; Windows, Mac; iOS/Android)
  • EGSL (Pascal/Lua; Windows, Linux, Mac, Haiku)
  • Grail Adventure Game Engine (C++/Lua; Windows, Linux, MacOS X (SDL))
  • LÖVE (Lua; Windows, Linux, Mac)
  • MOAI (C++/Lua; Windows, Linux, Mac; iOS, Android; Google Chrome (Native Client))

2.5D

  • Lavgine (C++/Lua, Windows)

3D

  • Baja Engine (C++/Lua; Windows, Mac Os X)
  • Glint 3d Engine
  • Irrlicht (C++/.NET/Lua; Windows, Linux, Mac OSX)
  • Leadwerks (C++/C#/Delphi/BlitzMax/Lua; Windows; $199.95)
  • Spring RTS Engine (C++/Lua; Linux/Windows/MacOSX)
  • Luxinia (C/Lua; Windows)
  • Polycode (C++/Lua; Windows/Mac OS X)
  • Cryengine (1,2 and 3) by Crytek (C++/Lua;)

 

 

Corona、Gideros、LÖVE、Moai 四种开发引擎的对比

 CoronaGideros

LÖVE

Moai

Site Link

LinkLinkLinkLink

Price

199$ /year iOS
199$ /year Android
349$ /year Both
Free trial available149$ /year Indie
449$ /year Pro
0$ /year CommunityFreeFree

Free Limitations

Cannot publish to app store with free versionMandatory splash screen
Pro required if income greater than 100K$N/AN/A

Target Platforms

iOS
AndroidiOS
Android
(Mac and Windows under development)Windows
Mac
LinuxiOS
Android
Windows
Mac
Linux (in late stage development)
Chrome NacL

Dev Platforms

Windows
MacWindows
MacWindows
Mac
LinuxWindows
Mac
Linux

Support Available

Forum
Paid supportForumForumForum
Paid Support

Open Source

NoNoYesYes

Books

Corona SDK Mobile Game Development

Learning Corona SDK (DVD)N/AN/AN/A

Other Details

Builds occur on Corona Labs servers, internet connection required
3rd party tools available
Enterprise version availableIncludes it’s own IDE Gideros Studio Paid cloud computing offering for back-end services

Example Published Games

Go Ninja
The Lorax (Movie Game)Joustin Beaver
Cerberus: The PuppyN/A?
Unpublished listCrimson Steam Pirates
Strikefleet Omega

 

Lua相关的OO库

  • 30log
  • MiddleClass
  • ObjectLua
  • LOOP
  • Yet Another Class Implementation

 

 

参考:

What is a good game engine that uses Lua? [closed]

Battle of the Lua Game Engines: Corona vs. Gideros vs. Love vs. Moai

Tools to Make 2D Games With Lua: Part One

0 0