stb_connected_components added

This commit is contained in:
Sean Barrett
2016-04-15 19:22:22 -07:00
parent 4c519106a7
commit 1c5a92440d
3 changed files with 657 additions and 2 deletions

View File

@ -14,5 +14,6 @@ stb_tilemap_editor.h | game dev | embeddable tilemap editor
stb_herringbone_wang_tile.h | game dev | herringbone Wang tile map generator
stb_c_lexer.h | parsing | simplify writing parsers for C-like languages
stb_divide.h | math | more useful 32-bit modulus e.g. "euclidean divide"
stb_connected_components.h | misc | incrementally compute reachability on grids
stb.h | misc | helper functions for C, mostly redundant in C++; basically author's personal stuff
stb_leakcheck.h | misc | quick-and-dirty malloc/free leak-checking