Posted May 14, 2022 by raylib technologies
#rrespacker
A simple and easy-to-use rres resource packer.
Process and package your resources files into a portable, optimized, compressed and encrypted rres
file.
rrespacker
can be used for free as a WebAssembly online tool.
.rrp
RAW
, TEXT
, IMAGE
, WAVE
, FONT
DEFLATE
, LZ4
, QOI
AES-256
, XChaCha20
.rres
fileWARNING: rrespacker v1.0
is only intended for resources packaging. It does not include .rres
files listing or viewing; To read and list .rres
file contents it’s recommended to use the open-source rres.h library.
.rres
packageOpen File
/ Open Folder
buttons on top toolbar.rrp
, to load it later.rres
package. All files are processed as configuredFor fast usage, just drag and drop the .rrp
project over the executable, it will be automatically processed and packed into a .rres
file. By default
a central directory is generated with required details for data loading (generated file IDs).
For a more fine-grained usage, rrespacker
allows configuring every resource embedding parameters individually from its powerful command line interface. For details, just type on command line:
rrespacker.exe –help