2023-05-22 03:04:12 +06:00
2023-05-22 03:04:12 +06:00
2023-05-22 03:04:12 +06:00
2023-05-22 03:04:12 +06:00
2023-05-22 03:04:12 +06:00

Resource Embedder

Program that transforms files to array definitions in C.

building

./build.sh

usage

./resource_embedder -o src/embedded_resources.h -d res -i res/file1 -i res/file2 -i res/file3

This command generates array definitions of files from res/ in src/embedded_resources.h. EmbeddedFile.path properties wouldn't contain directory res/.

Complete list of command line options could be shown using -h flag

Description
Compile any file into C array!
Readme 50 KiB
Languages
C 98.3%
Shell 1.7%