binary_bakery icon indicating copy to clipboard operation
binary_bakery copied to clipboard

Translates binary information (images, fonts, shaders) into C++ source code.

Results 3 binary_bakery issues
Sort by recently updated
recently updated
newest added

- zstd has a compressions level setting. Currently that's fixed on the recommended level (3). That could be made configurable - Other compressions? - Currently, png, tga and bmp formats...

as reported by [PVS Studio](https://pvs-studio.com/en/) (a static code analyzer tool I use for some other projects too): - V801 Decreased performance. It is better to redefine the third function argument...

Mention similar/alternative OSS solutions, plus a short description & cons of using those. --- Was looking myself for a fundamental 'resource compiler' like yours. Already had inspected a few of...