lua-users home
lua-l archive

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


I don't know of such a tool but it sounds a great idea to me.
Recently I was wondering what's the easiest way to cover the most possible platforms with a game (including mobile devices). There are a few options with various coverage, advantages and disadvantages - C/C++, Java, HTML/Javascript, Lua and Flash. Of all, Flash seems to be the most available and easiest, because of what I understand you can create a single Flash which would run everywhere (of course, it would only cover the more modern smartphones which support Flash).
I'm not sure about Lua availability on various mobile platforms (especially the newer ones like Android, iPhone, Maemo). If there was a game-oriented Lua library for all platforms where Flash is available, then we wouldn't need a Lua->Flash converter, we'd happily use Lua directly.

Regards,
Ivan

Date: Tue, 3 Nov 2009 14:35:54 +0530
From: Rajnish Bharti <bharti.rajnish@gmail.com>
Subject: Authoring Flash games in LUA
To: lua@bazar2.conectiva.com.br
Message-ID:
	<f8b0aa5a0911030105m1948e5d6qdf2f217d59b241ed@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

Is there anything (tool, library) available out there that allows
creation of Flash games using LUA?
Would anyone be interested in a library or tool that allows you to
script in LUA and output to Flash?

-Rajnish