update other_libs

This commit is contained in:
Sean Barrett
2015-09-27 08:09:25 -07:00
parent 60e3ecac85
commit b1160eb7e9
3 changed files with 20 additions and 6 deletions

View File

@ -5,7 +5,7 @@ stb_image_write.h | graphics | image writing to disk: PNG, TGA
stb_image_resize.h | graphics | resize images larger/smaller with good quality
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_textedit.h | user interface | 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)