Is developing an application for Android using Lua only possible?

前端 未结 7 512
小蘑菇
小蘑菇 2021-01-31 19:36

So I read this article on Mobile Orchard and, as I\'m planning on having my first steps in Android development, it got me thinking: is it possible to develop for Android in Lua

7条回答
  •  面向向阳花
    2021-01-31 20:08

    I've been developing a mobile application in Lua to control robots remotely from iOS and Android phones. The app is in pure Lua and runs on top of Mosync platform using MobileLua. There is still some plumbing required, but it's not too complex.

    I also have a debugger and a Lua IDE (ZeroBraneStudio) that support debugging of Lua scripts running remotely (including MobileLua scripts running on Android or iOS devices). I provide a demo app you can use as a client to run simple scripts and check remote debugging in action.

    [Update] If you are interested in more game oriented options, there are several available: (1) already mentioned Corona SDK, (2) Moai, and (3) Gideros Mobile. There is also Marmalade Quick and Cocos2d-x Lua bindings (for example, quick-cocos2d-x). All these toolkits/frameworks allow to develop in Lua.

    Here is a detailed comparison of Moai vs. Corona.

提交回复
热议问题