https://github.com/doodlewind/psp-js
Modern JavaScript runtime for Sony PSP, based on rust-psp and QuickJS.
https://github.com/doodlewind/psp-js
Last synced: over 1 year ago
JSON representation
Modern JavaScript runtime for Sony PSP, based on rust-psp and QuickJS.
- Host: GitHub
- URL: https://github.com/doodlewind/psp-js
- Owner: doodlewind
- Created: 2021-09-26T16:31:31.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-06T08:26:18.000Z (almost 5 years ago)
- Last Synced: 2025-03-01T19:03:29.221Z (over 1 year ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 19
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
``` sh
git clone https://github.com/doodlewind/psp-js.git
cd psp-js
git submodule update --init
```
Then download and unzip the [prebuilt PSPSDK](https://github.com/doodlewind/psp-test-app/releases/download/sdk/mipsel-sony-psp.zip) (built from [clang-psp](https://github.com/pspdev/clang-psp)) into the project root, build the runtime:
``` sh
cd runtime
./build.sh
```
The output app file is `runtime/target/mipsel-sony-psp/debug/EBOOT.PBP`.
## License
MIT