stb
stb copied to clipboard
stb single-file public domain libraries for C/C++
There are a number of reasons to consider moving off of github. Feel free to suggest more, or offer counterarguments. - (not a reason for this project: because stb is...
Package managers (like this one https://github.com/Microsoft/vcpkg) require a link to a specific commit/tag/branch to work properly. STB does not contain any releases making integration into such package managers troublesome. It...
**Describe the bug** For some fonts, stb_truetype fails to bake the .notdef glyph, which results in font atlases without it. This becomes a possible issue when you hit a non-baked...
stb_include's interface should be const-correct to give the programmer guarantees about their arguments and to prevent the need for an explicit cast to pass `const char*`s (e.g. string literals) to...
Noticed that my lowest mipmaps contained random colors after switching to STBIR_EDGE_REFLECT. I believe this is the correct fix, but please correct me if I'm wrong. Cheers!
Documentation added to Dynamic array to make easier for someone to know how to use dynamic array macro
Fixes #1329 This PR also includes code for #1295 (to don't re-do the same work another time. If merge this first, please CLOSE THE #1295) P.S. Better squish this PR...
**Is your feature request related to a problem? Please describe.** Having the plain signed 32-bit integer causes problems at OGG files with 198 kHz sample rate and over than 3...