Procedural planet generator for PSP homebrew
- Rust nightly with
rust-srccomponent cargo-psp(v0.2.8+)- PSPLink v3 installed on PSP at
PSP/GAME/PSPLINK/(see https://pspdev.github.io/debugging.html) usbhostfs_pcandpspshin~/pspdev/bin/
- Install PSPLink to PSP:
just install-psplink /path/to/psp - Boot PSPLink on PSP
- Connect PSP via USB
just psplink-start # start USB host filesystem daemon (needed for `just run`)
just run # build and load .prx over USB
just psplink-stop # stop daemon
just upload <path> # copy EBOOT.PBP to PSP filesystemjust run resets PSPLink, builds with cargo psp, and loads the .prx over USB for fast iteration.