You do not have permission to edit this page, for the following reason:
Free text:
{{#seo: |title=Vita Homebrew Apps (Other Apps) - GameBrew |title_mode=append |image=psvita2.png |image_alt=LifeLua }} LifeLuaJIT is a Lua interpreter for the PS Vita. It was developed as an alternative to [[Lua Player Plus Vita|Lua Player Plus]]. == Installation == Download the latest vpk from [https://github.com/HarommelRabbid/LifeLua/releases releases]. Install the vpk through [[VitaShell]]. Place your Lua scripts in ux0:app/LIFELUAJT/. If you want to try out some examples, open the samples folder and copy the contents to ux0:app/LIFELUAJT/. ==Screenshots== https://dlhb.gamebrew.org/vitahomebrews/images/lifeluavita2.png ==Changelog== '''08-06-25''' * Added sqlite3 functions * Added progress messages & a photo import dialog. Still need help to fix an issue where the app is crashing after a few common dialogs * A new network library, such as downloading files, FTP, checking if the WiFi is on, and getting the IP and MAC address * A ton of new functions to the os library * Extended the io library, can now list files, CRC32 & SHA1 functions, changing the workpath and much more * Image functions * Fonts * New color functions * Much more. See the documentation (https://harommelrabbid.github.io/LifeLua, incomplete, WIP) or check the source code. '''02-05-25 Experimental''' * Front & back touch & motion (gyroscope and accelerometer). * IME keyboard, Messages, System messages, Error code messages & 3-button messages. * timers, but a bit broken. * Dialog functions now call this function if it exists:<code>LifeLua[dialog type here]Dialog()</code> to add extra functionality to dialogs. * Battery info & power ticks. * Screenshot functions, albeit they are kind of broken, such as enabling/disabling the ability to take them, adding an overlay, and setting metadata for taken screenshots. * FTP usage in Lua. * Triggering shutter sounds, showing the infobar, system event sensing (such as resuming) & locking certain abilities (such as the PS button, quick menu, power menu etc.) * Unmounting mountpoints (e. g. unmounting <code>app0:</code> to have full read & write acess to <code>ux0:app/[TITLEID]</code>). * File listing, .SFO reading, adding/deleting folders & checking if a partition, file, or folder exists. * Optional outlines to rectangles. * Better debugger/error handler, but still not perfect. * Image displaying, but not perfect yet. '''25-04-25''' * Drawing text, circles, rectangles and lines. * Support for controls, but only all of the buttons & analog sticks are supported, no touch or motion yet. * Ability to launch URIs with <code>os.uri(uri)</code> & get the app launch parameters with <code>os.launchparams()</code> * Delay with <code>os.delay(seconds)</code> and exit with <code>os.exit()</code> * Full Changelog: [https://github.com/HarommelRabbid/LifeLua/compare/0.0...25-04-25 0.0...25-04-25] '''v0.0''' * First Release. == Credits == * HENkaku by Team Molecule. * TheFloW's VitaShell for SHA1 hashing. * RegistryEditor MOD by devnoname120. * Developers of vitasdk. * Princess of Sleeping for reverse engeneering of <code>scePhotoImportDialog</code>. * libvita2d & ftpvita by xerpi. * Inspiration from [https://github.com/Rinnegatamante/lpp-vita Lua Player Plus Vita] by [https://github.com/Rinnegatamante Rinnegatamante]. * [http://lua-users.org/files/wiki_insecure/power_patches/5.2/compound-5.2.2.patch Compound Assignment Operators] (Lua diff patch) by [http://lua-users.org/wiki/SvenOlsen SvenOlsen]. * [http://lua-users.org/files/wiki_insecure/power_patches/5.1/bitwise_operators_5.1.4_1.patch Bitwise operators, integer division and !=] by Thierry Grellier, darkmist(at)mail.ru & Joshua Simmons. * [https://lua-users.org/files/wiki_insecure/power_patches/5.1/continue-5.1.3.patch Continue Statement] by Leszek Buczkowski, Wolfgang Oertl & [https://lua-users.org/wiki/AskoKauppi AskoKauppi]. == External links == * GitHub - https://github.com/HarommelRabbid/LifeLua * Reddit - https://www.reddit.com/r/vitahacks/comments/1kjan2y/lifelua_new_lua_interpreter_for_the_ps_vita/
Advertising: