Sunday, December 21, 2008

Lua Alchemy v0.1a Released

The first release of Lua Alchemy has been released; the library SWC, demo, and code can be downloaded from here:
http://code.google.com/p/lua-alchemy/

Since my preview post (which is now running the same demo code) we have
  • Added many Lua scripting samples.
  • Fixed some memory leaks.
  • Cleaned up function callbacks created in Lua which would typically be used for event listeners.

Below is a preview of the release:

Note that the demo above requires Flash Player 10 (required by Alchemy and my use of the local file system to allow opening/saving files). It is also hosted here where it can take up a full browser screen and is much easier to read.

The next version will include syntax sugar so instead of calling as3.call(var, "function", param) you could call var.function(param) and similar calls to make calling ActionScript code look the same as calling Lua code.

No comments:

Post a Comment