PDA

View Full Version : Lua4GBA



wraggster
September 14th, 2005, 19:48
Torlus writes:

Here is a small project I've just done :

Lua4gba is a quick port of Lua (http://www.lua.org/) for the Gameboy Advance. Lua is a powerful scripting language with many high-level features, used in many projects.

This project is based on Lua 5.0.2 so is more up to date than GBALua (based on 4.0 version of Lua) and was made using DevkitARM.

One thing interesting about it, is that it uses the Lua source tree as-is, with
only one small (necessary) modification for console output. So this whole project should be considered as kind of tutorial on how to embed Lua into your projects.

It uses Damian Yerrick's GBFS for script embedding.
Best regards,
greg aka Torlus (http://torlus.com/)