[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Requesting Suggestions for intermediate/advanced book on Lua
- From: steve donovan <steve.j.donovan@...>
- Date: Fri, 4 Oct 2013 09:03:42 +0200
On Fri, Oct 4, 2013 at 1:15 AM, Jay Glascoe <jay.glascoe@gmail.com> wrote:
> If I can get through that overview quick, I'll then head into the simple
> Android/iOS UI stuff for "real" code that does something (as per @Coda's
> suggestion). I put "real" in quotes because at first we'll just be putting
> the pretty pictures and buttons on our nexus/iphones (but even this will eat
> up the pages quick).
A suggestion is AndroLua
https://github.com/stevedonovan/AndroLua
originally by Michal Kottman but I couldn't help playing with it
further and making a more Lua-ish higher level framework.
The cool thing is that one has an interactive prompt and can bring up
a new activity about as fast as the device can cope, while working
within a live application.
In particular, there's a nice plotting facility:
https://github.com/stevedonovan/AndroLua/blob/master/assets/example/plot.lua
This is definitely on my list of Things To Do Properly and in
particular ZBS integration.
steve d.