Initial release ? Preview release Non [±] | Stable release 0.20 [±] Written in C++ | |
![]() | ||
Developer(s) Frank Buß, Joachim Bengtsson and David Perry Operating system |
Lua for the PlayStation Portable is interpreted with Lua Player. Lua Player is a homebrew application which can run lua scripts and display them on the Sony PSP through graphical bindings. The current version is 0.20, however v0.17DK2 and Lua Player Mod, which are unofficial versions are still used by users on PSP Firmware version 2.00+. Most versions of the application can be downloaded from the LuaPlayer.org website. Lua Player can only run the source code of Lua scripts, and can not compile them into standalone software applications.
Contents
Programming
The programming language for Lua Player is almost identical to that of Lua programming language. Below is an example of a basic hello world program.
Authors
Lua Player is an open source project, and was originally maintained by Frank Buß (Shine) and Joachim Bengtsson (Nevyn), before being passed on to David Perry (InsertWittyName).
Lua Player Version History
Only the changes in the latest version are shown here.
- Updated for gcc 4.1 and Lua 5.1.
- Sound.load doesn't crash any more on invalid filenames.
- Fixed problems with daylight saving time.
- Font:getTextSize fixed.
- Blit operation from screen to image works now.
- TTF font plotting to images now sets the alpha value to opaque.
- new function Image.loadFromMemory for loading images from memory.
- Image-to-image blitting now uses alpha full blending.
- System.rename(oldName, newName) for renaming files and directories.
Libraries
To load a library in Lua Player, one would type dofile("libname.lua")
assuming the library's file name was "libname"
Some common libraries are:
Lowser
Lowser is the official PSP based browser for lua scripts. It is written in Lua Language itself however is quite basic. Lowser is what is set to autoload when LuaPlayer is started, however this can be changed.