awesome-c icon indicating copy to clipboard operation
awesome-c copied to clipboard

A curated list of awesome C frameworks, libraries, resources and other shiny things. Inspired by all the other awesome-... projects out there.

Results 74 awesome-c issues
Sort by recently updated
recently updated
newest added

Hey there. Currently adding new items is done through incrementing the last link's number which creates merge conflict everytime someone provides a new PR. What do you think about using...

Simple command line utility for SIP protocol that can: - send SIP REGISTER methods to SIP server - ping SIP servers with NOTIFY - send calls to SIP server -...

A small library for decoding and encoding base64 data without dynamic allocation.

I'd like to suggest adding iLog3 ( https://github.com/calvinwilliams/iLOG3 ) into the great awesome-c list under the 'Utilities' category, because I saw 'zlog' under the same category. iLog3 is also a...

I've made this one, could you please add https://github.com/huydangg/xlsxmagic to Tools section? thanks

"mel" - "A crossplatform OpenGL game framework written in C with focus on stability and speed."

I wrote a custom buddy allocator with predictable storage and runtime costs. It improves upon the textbook buddy allocator (e.g. the one TAOCP) in several ways - Uses a optimal-fit...

This C implementation of Butterworth and Chebyshev filter based on algorithm from [http://www.exstrom.com/journal/sigproc/](http://www.exstrom.com/journal/sigproc/)