Pinned Repositories
coro
Small coroutine/"protothread"-with-a-stack header.
datalibrary
Open Source Data Library for data serialization.
dbgtools
Small collection of debug-related drop-in c/c++-utils
dirutil
small collection of directory related functions.
fswatcher
cross-platform filewatcher library for c/c++
getopt
simple getopt-implementation
intrusive_list
Single- and Double- intrusive linked lists for C++
pymmh3
a pure python MurmurHash3 implementation.
utf8_lookup
Small dropin library to translate utf8-strings into offsets in glyph-table.
uuid_h
Single file, STB-style, "lib" to generate uuid:s.
wc-duck's Repositories
wc-duck/dbgtools
Small collection of debug-related drop-in c/c++-utils
wc-duck/fswatcher
cross-platform filewatcher library for c/c++
wc-duck/pymmh3
a pure python MurmurHash3 implementation.
wc-duck/getopt
simple getopt-implementation
wc-duck/datalibrary
Open Source Data Library for data serialization.
wc-duck/coro
Small coroutine/"protothread"-with-a-stack header.
wc-duck/uuid_h
Single file, STB-style, "lib" to generate uuid:s.
wc-duck/intrusive_list
Single- and Double- intrusive linked lists for C++
wc-duck/dirutil
small collection of directory related functions.
wc-duck/utf8_lookup
Small dropin library to translate utf8-strings into offsets in glyph-table.
wc-duck/profsy
Simple "dropin" profiler-library targeting games.
wc-duck/url_parse
STB-style, single header, URL-parser.
wc-duck/http_client
A simple http_client and url parser for c.
wc-duck/memcpy_util
A collection of small "variants" of memcpy/memmove
wc-duck/zig_img_to_ascii
Just an experiment in using 'zig'... might be really crappy :)
wc-duck/http_server
A small embeddable http server for c/c++
wc-duck/tostring
TOSTR() macro for c++
wc-duck/counter_generator
Small python-script to generate c-headers that at each inclusion increments a define.
wc-duck/wc-duck.github.io
blog
wc-duck/wccharts
wc-duck/bam
Bam is a fast and flexible build system. Bam uses Lua to describe the build process. It's takes its inspiration for the script files from scons. While scons focuses on being 100% correct when building, bam makes a few sacrifices to acquire fast full and incremental build times.
wc-duck/dlpy
Old and unmaintained python bindings for 'datalibrary'... for future reference.
wc-duck/implot
Immediate Mode Plotting
wc-duck/ttf2mesh
Standalone library for TrueType font tessellation. Allows to load ttf-file and convert its glyphs to 2D or 3D mesh objects without rasterization.
wc-duck/ubench.h
⏱️ single header benchmark framework for C and C++
wc-duck/wc-duck.github.io-src
blog source
wc-duck/wcrename
Small file-rename utillity WIP