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.
Non-official update of CMakeRC
A cross-platform CMake tool (tested on Linux, Windows, WebAssembly, and Android) that automatically embeds files and resources directly into your binaries (via assembly or byte arrays on MSVC) using `xxd`. This is a refactored version written in pure C11; it eliminates the C++ dependency while maintaining integration with CMake projects.
To associate your repository with the resource-compiler topic, visit your repo's landing page and select "manage topics."