LifeLua 27-06-2025
Documentation for LifeLua, a Lua interpreter for the PS Vita
|
This is the documentation for LifeLua, a LuaJIT 2.1 interpreter for the PS Vita. This is a great way to start developing homebrew in Lua for the PS Vita.
LifeLua has custom userdata to represent multiple data types. These include:
It has a lot of customizability and also a lot of useful features. The documentation is incomplete, so for features not documented here yet, look into the source code or the samples.
To benefit from the latest features added in development, you can compile LifeLua from the source. (nightly will be available soon)
Any other Lua function &/or library that isn't documented here is documented in any documentation of Lua.
LifeLua is released under the GPLv3 license.
eboot.bin
in your app instead of the unsafe one, you'll have a few limitations:Source code: https://github.com/HarommelRabbid/LifeLua