lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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.