(Document) C libraries resources
This is a short list of online resources that we found very helpful to develop C applications (simply copy & paste the links in your browser).
GLib: https://github.com/GNOME/glib
Documentation: https://developer.gnome.org/glib/
Tutorial: https://developer.ibm.com/technologies/linux/tutorials/l-glib/
STB (Steve Barett's single-file public-domain/open source libraries with minimal dependencies):
https://github.com/nothings/stb
-lite: [...] holds useful functions and macros developed by both Finit and the OpenBSD project. Most notably the string functions: strlcpy(3), strlcat(3) and the highly useful *BSD sys/queue.h and sys/tree.h API's.
(taken from: https://github.com/troglobit/libite)
https://unqlite.org/intro.html
GNU libunistring : https://www.gnu.org/software/libunistring/manual/libunistring.html
utf8-* functions to drop as replacements for str-* functions: https://github.com/sheredom/utf8.h
https://github.com/kgabis/parson (also check libraries featured in https://github.com/miloyip/nativejson-benchmark)
https://github.com/benhoyt/inih
Uthash: https://github.com/troydhanson/uthash
Documentation: https://troydhanson.github.io/uthash/userguide.html
https://github.com/sharvil/flingfd/tree/master/src
Implementation of Google Protocol Buffers in C: https://github.com/protobuf-c/protobuf-c/wiki/Examples
Also check: https://stackoverflow.com/questions/8000851/passing-a-struct-over-tcp-sock-stream-socket-in-c
https://www.sfml-dev.org/download/csfml/ (written in C++, requires C bindings: CSFML)
https://www.raylib.com/ (compile easily as static library)
Documentation: https://www.raylib.com/cheatsheet/cheatsheet.html
Display png images as ASCII chars: https://github.com/posva/catimg/tree/master/src
ASCII Video chat: https://github.com/zfogg/ascii-chat
Ce document a été publié le 2020-02-10 10:28:01. (Dernière mise à jour : 2021-03-07 11:30:15.)