0xe1f / psplib

Homebrew Library for Sony PSP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

psplib

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:

Image gallery Menu with dropdown

Dependencies

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

Existing Software

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

Vita Port

Francisco José García García has ported the library to PSP Vita.

License

psplib is written by Akop Karapetyan. Licensed under the Apache License 2.0.

About

Homebrew Library for Sony PSP

License:Apache License 2.0


Languages

Language:C 99.0%Language:Makefile 1.0%