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. Since this is an interpreter, you don't need any compilation, you only have to create and modify Lua files.
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.
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