From a0a939058c579ddefd4c5671b046f29d12aeae01 Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Mon, 12 Jul 2021 01:50:47 -0700 Subject: [PATCH] update README --- README.md | 5 +++-- tools/README.list | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dfc1ebb..899e38c 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ by Jorge L. "VinoBS" Rodriguez, and stb_sprintf by Jeff Roberts. library | lastest version | category | LoC | description --------------------- | ---- | -------- | --- | -------------------------------- **[stb_vorbis.c](stb_vorbis.c)** | 1.22 | audio | 5584 | decode ogg vorbis files from file/memory to float/16-bit signed output +**[stb_hexwave.h](stb_hexwave.h)** | 0.5 | audio | 680 | audio waveform synthesizer **[stb_image.h](stb_image.h)** | 2.27 | graphics | 7890 | image loading/decoding from file/memory: JPG, PNG, TGA, BMP, PSD, GIF, HDR, PIC **[stb_truetype.h](stb_truetype.h)** | 1.25 | graphics | 5017 | parse, decode, and rasterize characters from truetype fonts **[stb_image_write.h](stb_image_write.h)** | 1.16 | graphics | 1724 | image writing to disk: PNG, TGA, BMP @@ -42,8 +43,8 @@ library | lastest version | category | LoC | description **[stb_leakcheck.h](stb_leakcheck.h)** | 0.6 | misc | 194 | quick-and-dirty malloc/free leak-checking **[stb_include.h](stb_include.h)** | 0.02 | misc | 295 | implement recursive #include support, particularly for GLSL -Total libraries: 21 -Total lines of C code: 55385 +Total libraries: 22 +Total lines of C code: 56065 FAQ diff --git a/tools/README.list b/tools/README.list index 3daa276..c2ae379 100644 --- a/tools/README.list +++ b/tools/README.list @@ -1,4 +1,5 @@ stb_vorbis.c | audio | decode ogg vorbis files from file/memory to float/16-bit signed output +stb_hexwave.h | audio | audio waveform synthesizer stb_image.h | graphics | image loading/decoding from file/memory: JPG, PNG, TGA, BMP, PSD, GIF, HDR, PIC stb_truetype.h | graphics | parse, decode, and rasterize characters from truetype fonts stb_image_write.h | graphics | image writing to disk: PNG, TGA, BMP