Skip to content
Adrian Pistol edited this page Sep 10, 2015 · 1 revision

Welcome to the vita-lua wiki!

vita-lua is a project to bring Lua(JIT) to the PS Vita.

It has bindings for the hardware and for libraries, which allow you to have button input, draw text and squares, play sound, get battery percentage and more!

vita-lua has a concept of bootscripts: Scripts embedded into the resulting binary.

This could be your game, a test or something that runs other scripts. The default bootscript is vitafm.

VitaFM is a file manager/viewer. It has an Text and Image viewer, a program to mount files to the virtual filesystem and a lua script launcher. It is expandable, that means you can add programs in form of lua scripts and customize it with a simple config.

There are a few examples located at https://github.com/vifino/vita-lua-examples, including a small hex file viewer.

You can’t perform that action at this time.