psp-js

Modern JavaScript runtime for Sony PSP, based on rust-psp and QuickJS.

Stars
19

PSP.js

Modern JavaScript runtime for Sony PSP, based on rust-psp and QuickJS.

Currently in PoC state, unusable for developing JavaScript apps yet.

Build

Clone the repo:

git clone https://github.com/doodlewind/psp-js.git
cd psp-js
git submodule update --init

Then download and unzip the prebuilt PSPSDK (built from clang-psp) into the project root, build the runtime:

cd runtime
./build.sh

The output app file is runtime/target/mipsel-sony-psp/debug/EBOOT.PBP.

License

MIT