Compile any file into C array!
Go to file
2024-07-22 21:44:56 +03:00
.gitignore first commit 2023-05-22 03:04:12 +06:00
build.sh fixed bugs 2024-07-21 08:16:57 +03:00
README.md first commit 2023-05-22 03:04:12 +06:00
resource_embedder.c int32_t 2024-07-22 21:44:56 +03: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