Version 1.2.0
These are a collection of extra libraries that add functionality that can be useful when making games, but that are not essential.
The ap.lib
library allows decompressing data compressed
by aPLib.
apultra is an optimal compressor for the aPLib format and it is included in tools for convenience.
It will be compiled as part of the tools, but you can compile it independently with:
make bin/apultra
The resulting binary will be placed in the bin
directory.
void ap_uncompress(const uint8_t *dst, const uint8_t *src);
Uncompress the data pointed by src
into the memory
pointed by dst
.
The compressed data is expected to be in aPLib raw format.
Copyright © 2020-2024 Juan J. Martinez jjm at
usebox.net)
Licensed CC
BY NC SA 4.0.