This commit is contained in:
Sean Barrett 2016-12-18 03:59:09 -08:00 committed by GitHub
parent 14c7909d39
commit f7f1da0d62
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ which are usable from C and/or C++, and should be able to be compiled on both
| [linalg](https://github.com/ilyak/linalg) | ISC |C/C++|**1**| vector/matrix/quaternion math
| [TinyEXIF](https://github.com/cdcseacave/TinyEXIF) | BSD | C++ | 2 | Parse EXIF data from JPEG (XMP w/ TinyXML2 lib)
| [inih](https://github.com/benhoyt/inih) | BSD |C/C++| 2 | .ini file parser
| [linenoise(https://github.com/antirez/linenoise) | BSD |C/C++| 2 | terminal readline w/ history etc
| [linenoise](https://github.com/antirez/linenoise) | BSD |C/C++| 2 | terminal readline w/ history etc
| [prof](https://github.com/cyrus-and/prof) | MIT |C/C++|**1**| profiler for Linux
| [fctx](https://github.com/imb/fctx) | BSD |C/C++|**1**| unit testing
@ -301,7 +301,7 @@ as C/C++, as this is not an obstacle to most users.)
| [nuklear](https://github.com/vurtun/nuklear) | **public domain** |C/C++|**1**| minimal GUI toolkit
| [noc_file_dialog.h](https://github.com/guillaumechereau/noc) | MIT |C/C++| 1 | file open/save dialogs (Linux/OSX/Windows)
| [tinyfiledialogs](https://sourceforge.net/projects/tinyfiledialogs/) | ZLIB |C/C++| 2 | modal dialogs inc. file open/save (Linux/OSX/Windows)
| [linenoise(https://github.com/antirez/linenoise) | BSD |C/C++| 2 | terminal readline w/ history etc
| [linenoise](https://github.com/antirez/linenoise) | BSD |C/C++| 2 | terminal readline w/ history etc
#vectors
| library | license | API |files| description