diff options
| author | 2016-05-07 23:53:12 +0100 | |
|---|---|---|
| committer | 2016-05-07 23:53:12 +0100 | |
| commit | b61f116e63c5bced61218725ad695fb9f2b0dd13 (patch) | |
| tree | 42aa9968f5cdfc56dc64b894ef0d97f0792efd39 /README.md | |
| parent | Fix *_appendv bug (diff) | |
Basic Virtual Memory System and Dreadful Free List
Note: Windows only
The Free list allocator is absolutely dreadful!
Diffstat (limited to '')
| -rw-r--r-- | README.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -2,13 +2,13 @@ gb single-file public domain libraries for C & C++ -library | latest version | category | languages | description -----------------|----------------|----------|-----------|------------- -**gb.h** | 0.08a | misc | C, C++ | A C helper library for C & C++ -**gb_math.h** | 0.06b | math | C, C++ | A C/C++ vector math library geared towards game development -**gb_gl.h** | 0.04b | graphics | C, C++ | A C/C++ OpenGL Helper Library -**gb_string.h** | 0.95 | strings | C, C++ | A better string library for C & C++ (this is built into gb.h too with custom allocator support!) -**gb_ini.h** | 0.93 | misc | C, C++ | A simple ini file loader library for C & C++ +library | latest version | category | description +----------------|----------------|----------|------------- +**gb.h** | 0.09 | misc | A helper library for C & C++ +**gb_math.h** | 0.06c | math | A C/C++ vector math library geared towards game development +**gb_gl.h** | 0.04b | graphics | A C/C++ OpenGL Helper Library +**gb_string.h** | 0.95 | strings | A better string library for C & C++ (this is built into gb.h too with custom allocator support!) +**gb_ini.h** | 0.93 | misc | A simple ini file loader library for C & C++ ## FAQ |
