LifeLua 21-08-2025
Documentation for LifeLua, a Lua interpreter for the PS Vita
Loading...
Searching...
No Matches
LifeLua Documentation
Todo
Expand this page and finish documenting the libraries

This is the documentation for LifeLua, a LuaJIT 2.1 interpreter for the PS Vita. This is a good way to start developing homebrew in Lua for the PS Vita.

Custom userdata

LifeLua has userdata to represent different objects:

  • color
  • image
  • audio
  • jsonnull
  • sqlite3
  • font
  • thread
  • timer

The documentation is mostly complete, but some functions are still missing, so for features not documented here yet, look into the source code, until they get added here.

To benefit from the latest features added in development, you can compile LifeLua from the source. (A nightly will be available in the future)

Any other Lua function &/or library that isn't documented here is documented in any documentation of the Lua language.

LifeLua also includes the luautf8 extension library by starwing. Documentation for that is here. It is registered in LifeLua as the utf8 library already.

License

LifeLua is licensed under the GPLv3 license.


Source code: https://github.com/HarommelRabbid/LifeLua