single_file_libs
single_file_libs copied to clipboard
List of single-file C/C++ libraries.
This is a series of MIT-licensed, one-file libraries for C++11 and C++14. They have been featured in CppCon for several years, and are in the process of becoming part of...
https://github.com/zserge/webview A library creates a window with full-size webview and allows bi-directional communication between C/C++ and JavaScript inside the webview. The library was created in order to provide a simple...
Hi, I like this collection. Wondering if these are admissible: [XPL](https://github.com/paladin-t/xpl) a scripting language in C that as small as a quark ;P [framepacker](https://github.com/paladin-t/framepacker) a texture bin packing algorithm in...
https://github.com/VISWESWARAN1998/CyberGod-KSGMPRH/tree/master/SUB-PROJECTS/strings is a program which is used to extract ascii strings from the executable, which is currently utilized by my Anti-virus
https://github.com/mayanklahiri/easyexif is BSD-Clause 2 Licensed and it is given as MIT in the ReadMe,md file please modify it! P.S it is under the images category
Hi, Here my single header serialization library [(gist)](https://gist.github.com/TheServer201/9ae5322cd52f76c7d36af15d3b366762). Thank you for the great list.
I found this in the glfw dependencies. https://github.com/datenwolf/linmath.h Seems like a good addition
I have a collection of intrusive data structures written in C released in the public domain https://github.com/graphitemaster/libintrusive They're two files each (note there are multiple data structures here)
Hi, what about m_image ? https://github.com/anael-seghezzi/Maratis-Tiny-C-library/blob/master/include/m_image.h graphics (2d) | m_image | zlib | C/C++ | 1 | image processing routines Alternately, I have other single file libraries here: https://github.com/anael-seghezzi/Maratis-Tiny-C-library Maybe...
I wrote some C libraries with two files (each with one `.c` file and one `.h` file). All of them are public domain. I don't know which ones are usable...