Compile any file into C array!
Go to file
2024-08-07 18:03:40 +03:00
.gitignore first commit 2023-05-22 03:04:12 +06:00
build.sh fixed bugs 2024-07-30 19:36:44 +03:00
README.md first commit 2023-05-22 03:04:12 +06:00
resource_embedder.c fixed size_t bugs 2024-08-07 18:03:40 +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