[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua question
- From: steve donovan <steve.j.donovan@...>
- Date: Tue, 26 Feb 2013 07:57:21 +0200
On Tue, Feb 26, 2013 at 4:58 AM, Tim Mensch <tim-lua-l@bitgems.com> wrote:
> absolutely CAN be run on Android. You just need to build Lua (or LuaJIT)
> with the Android NDK and get Lua to read the .lua files out of the .APK
> instead of using fopen() etc.
And there's also AndroLua, using exactly this strategy and LuaJava for
full interoperability with the API
https://github.com/stevedonovan/AndroLua
This is an attempt at a Lua framework for Android which makes easy
things less painful and difficult things possible. Here's a piccie of
the plotting library:
http://stevedonovan.github.com/files/androluaplot.png
steve d.