Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.33 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.33 KB

OpenOrbis SDK Libraries Ports

This is a collection of libraries ported to the OpenOrbis SDK for PlayStation 4 Gaming System.
Please read the readme provided with each librarie on the procedure on compiling and installing.
Remember if you make improvements or fixes to create a pull request. Thank you.

Core Libraries

- zlib_partial, is a library used to compress and decompress data and is used in a lot of software.
URL : https://github.com/OpenOrbis/oosdk_libraries/tree/master/zlib_partial

Images Related Libraries

- libpng, is a image decompression and compression for the png image format.
URL : https://github.com/OpenOrbis/oosdk_libraries/tree/master/libpng

Audio Related Libraries

- ogg, a library for the OGG audio container format.
URL : https://github.com/OpenOrbis/oosdk_libraries/tree/master/oggvorbis-orbis/ogg

- vorbis, a library for the Vorbis audio codec, together with the ogg library it can play OggVorbis audio files.
URL : https://github.com/OpenOrbis/oosdk_libraries/tree/master/oggvorbis-orbis/vorbis

Use the build.sh script in ogg and vorbis directories to build the libraries.

Others

- libmap, is a typeless hash map system, think of it as a key based array system that uses hashing.
URL : https://github.com/OpenOrbis/oosdk_libraries/tree/master/libmap