romero126
Joined: 24 Dec 2005 Posts: 200
|
Posted: Mon Oct 02, 2006 3:56 am Post subject: An LUA Library. |
|
|
Hi this is a new library I am working on. It adds object oriented methods to the LUA system.
Example is already inside of it as well as a prototype for a TXT Input method based on the PSP's Firmware.
The Library includes.
A Package Extracter, allowing you to bunch your images and code in a single file. (Storage zip files only [No compression])
A IO library that prints out debug messages.
A Process Library which adds the ability to have multiple loops running at the same time.
A GFX Library which creates a more passive blitting system so you can just worry about the code behind it.
Thats it for now let me know what you think!
http://home.comcast.net/~romero126/SCE_LUA_LIB.zip |
|