single-file-library
There are 33 repositories under single-file-library topic.
lifthrasiir/j40
J40: Independent, self-contained JPEG XL decoder
z4kn4fein/cpp-semver
Semantic Versioning library for modern C++.
arminms/g3p
Modern C++ interface library for Gnuplot with Jupyter support
ReFreezed/InputField
Text input handling library for LÖVE.
gyrovorbis/tiny-regex-c
Lightweight, C-based regular expression engine as a single file library, inspired by the book "Beautiful Code."
ZhengqiaoWang/JArgsParser
A head-only arguments parser(argsparser) c++11 lib 一个只有一个头文件的C++11参数解析库
jcorks/tPNG
PNG reader in a single, portable C file and header that dumps to raw RGBA pixels.
ReFreezed/SloppyQOI
QOI image format encoder/decoder for LÖVE.
WestleyR/catpath
Memory leak-free, single file C library to concatenate (join) file paths
cwoffenden/combiner
Single file library amalgamation tool for C and C++
jprjr/technicallyflac
A single-file FLAC encoding library
jprjr/tflac
A single file, freestanding FLAC encoding library in C89
justusc/deferral
A header only library that implements the defer command in C++.
ona-li-toki-e-jan-Epiphany-tawa-mi/fio.apl
GNU APL ⎕FIO abstraction library | Mirror of https://paltepuk.xyz/cgit/fio.apl.git/about
oransimhony/os
Some helpful single-file C headers
aeldidi/encoding
A library for encoding and decoding data in various binary formats.
DaniilAlpha/milo
(Almost) plain macro zero-dependency single-file library to get rid of boilerplate logging code although keep them pretty.
Edgiest05/Unarguable
Managing command line arguments made easy, in a single source file
mrsafalpiya/spnotes
Simple note taking single-file public domain library.
nyabkun/qq-benchmark
Kotlin library that can benchmark your code snippets with beautiful console output.
nyabkun/qq-compact-lib
Kotlin library that can extract code elements from your codebase and make a compact library.
nyabkun/qq-shell-color
Kotlin library that can color your console output.
nyabkun/qq-tree
Kotlin library that can construct a tree structure.
Photosounder/CITAlloc
Compact Info Table Allocator, a malloc implementation for analysis that provides detailed info about all the buffers
RaulCotar/arenalloc
Simple arena allocator in C.
ZhengqiaoWang/DecoupleLogger
C++ logging decoupling library with only one header file, which can help decouple code and logging for code porting, testing and logging library changes. 只有一个头文件的C++日志解耦库,可以帮助实现代码和日志的解耦,便于代码移植、测试和日志库的变更
rchanlatte95/tmr
Single file timer libraries for time/tick tracking.
rchanlatte95/twn
Tween libs with special effort put toward simplicity and conciseness.
xemeds/cube
Single-file Rubik's Cube library.
felipeek/rawhttp
Single-file library to create a http server for Linux.
jprjr/technicallyalac
A single-file ALAC encoder (that doesn't actually compress)
spianmo/TinyEventBus
30行实现单例地址总线,适用于React和Vue