C++ resource compiler to embed files into executables
-
Updated
Mar 7, 2023 - C++
C++ resource compiler to embed files into executables
A lightweight C++ tool that converts any file into a C/C++ header containing bytecode array. Features progress bar, drag-and-drop support, and constexpr optimization.
A cross-platform CMake tool (including Android) for automatically embedding files and resources directly into your binaries as byte arrays using xxd. This is a refactored version for pure C11, which eliminates C++, while maintaining integration with CMake projects.
Add a description, image, and links to the resource-compiler topic page so that developers can more easily learn about it.
To associate your repository with the resource-compiler topic, visit your repo's landing page and select "manage topics."