note documentation failure; update README.md

This commit is contained in:
Sean Barrett
2015-04-01 00:44:05 -07:00
parent 92de5ecbb2
commit 0f52f6accc
3 changed files with 18 additions and 0 deletions

View File

@ -6,6 +6,7 @@ stb_image_resize.h | graphics | resize images larger/smaller wi
stb_rect_pack.h | graphics | simple 2D rectangle packer with decent quality
stretchy_buffer.h | utility | typesafe dynamic array for C (i.e. approximation to vector<>), doesn't compile as C++
stb_textedit.h | UI | guts of a text editor for games etc implementing them from scratch
stb_voxel_render.h | 3D graphics | Minecraft-esque voxel rendering "engine" with many more features
stb_dxt.h | 3D graphics | Fabian "ryg" Giesen's real-time DXT compressor
stb_perlin.h | 3D graphics | revised Perlin noise (3D input, 1D output)
stb_easy_font.h | 3D graphics | quick-and-dirty easy-to-deploy bitmap font for printing frame rate, etc