[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua & Mobile App Architecture
- From: Josh Simmons <simmons.44@...>
- Date: Thu, 11 Aug 2011 15:36:03 +1000
On Thu, Aug 11, 2011 at 2:24 PM, Gopalakrishnan Subramani
<gopalakrishnan.subramani@gmail.com> wrote:
> Thanks for suggestion. As per the doc, the same code works on Andorid and
> also in iOS.
>
> Is Lua runs inside Android Java runtime?
>
> --
>
> Gopal
>
> On Wed, Aug 10, 2011 at 10:36 AM, Matt Towers <matt@ziplinegames.com> wrote:
>>
>> There's also the open-source, cross-platform framework, Moai (which just
>> added OpenGL support) as well.
>> There's also a Moai Cloud service for writing backend services in Lua as
>> well.
>> http://getmoai.com/
>>
>> ✈ Matt
>> Disclaimer: I work for Zipline Games, the makers of Moai and Moai Cloud.
>
>
Presumably it'd be executed with the Android NDK, so it'd run
alongside the Dalvik VM not inside it.