psplib is a lightweight library written to ease porting of existing software (mainly emulators) to Sony PSPs capable of running homebrew software.
It includes routines to do native sound and video rendering, a virtual keyboard library, as well as basic UI features such as animated menus, scrolling lists, labels and status bars.
This repository is a re-release of the library under a more permissive license. The original was licensed under GPL, which is likely to be problematic given the spectrum of licenses that accompany existing software. Except for the license, this is the same version as the one that can be found in the original SVN repository.
Sample screenshots from fMSX PSP:
In addition to the standard C libraries, programs using psplib should be linked against the following PSP libraries:
pspgu pspaudio psprtc psppower pspwlan pspnet_adhoc
pspnet_adhocctl pspnet_adhocmatching
as well as:
png z
A number of emulators use various versions of psplib:
fMSX PSP
ColEm PSP
SMS Plus PSP
Atari800 PSP
NeoPop PSP
Handy PSP
Caprice32 PSP
Fuse PSP
RACE! PSP
VICE PSP
Francisco José García García has ported the library to PSP Vita.
psplib is written by Akop Karapetyan. Licensed under the Apache License 2.0.