ps3dev/ps3libraries

Separate repo with additional libraries

rhynec opened this issue · 1 comments

Since Tiny3D and ps3soundlib aren't yet included in the build scripts, I've been using my own fork of this repository to compile binaries that include them by default. I was thinking it might be a good idea to maintain this separate repo within the ps3dev organization, without having it built alongside the toolchain by default. Just to make it easier to obtain some of the more common libraries without having to look for them in various repos. Of course, removing a few libraries from my repo as it currently is would perhaps be ideal (e.g. Bucanero's libansilove is a more niche library which should probably not be included, but libtinytar is useful in all regards).

Just for the record, the develop branch has a bunch of additional libraries that can be used with psl1ght:
https://github.com/ps3dev/ps3libraries/tree/develop

(you'll find tiny3d, soundlib, and many others)