C

repo: inputsh/awesome-c
category: Programming Languages related: Rust · Go


awesome-c AwesomeList Status

A curated list of C good stuff. This list contains only free software for code, and sellers who aren't evil for physical resources.

LOOKING FOR MAINTAINERS: This list is currently pretty much inactive. I'm looking for maintainers that can make it great again. See #26 for more info, but the process is simple: add or fix a couple of things in this list and you'll become a contributor to a 850+ stars list.

This list was previously maintained by @kozross. He decided to switch the list to a new platform, so I've decided to fork it so we could keep it on GitHub.

Contents

Contents

Build Systems

These are tools to automate the building and testing of projects in C.

Compilers

Compiler libraries

Libraries for use in compilers, interpreters, and low-level based projects.

Compression

  • libzip - A C library for reading, creating, and modifying zip archives. 3-clause BSD
  • lzo - Very fast data compression library. GNU GPL2.1
  • zlib - Massively-spiffy yet delicately-unobtrusive compression library. 3-clause BSD
  • bzip2 - Patent free, high quality data compressor. 3-clause BSD
  • lz4 - Fast Compression algorithm.
  • snappy - Fast compression library (implementation in C++, native bindings to C).
  • zstd - Fast real-time compression algorithm 3-clause BSD
  • brotli - Generic lossless compression algorithm based on LZ77, Huffman coding and 2nd order context modelling MIT
  • quicklz - Fast compression library. GNU GPL2.1
  • pixz - Pixz (pronounced pixie) is a parallel, indexing version of xz. 2-clause BSD

Crypto

Database

This lists databases and data stores with C APIs.

Deep Learning

  • Darknet - Open source neural network framework written in C and CUDA. It is fast, easy to install, and supports CPU and GPU computation.

Documentation Generation

  • Cxref - Generates documentation of C programs in either LaTeX, HTML, RTF or SGML. GNU GPL2.1
  • DocOnce - Modestly-tagged markup language that can be used to generate a range of formats. 3-clause BSD
  • Doxygen - The de-facto standard tool for generating C documentation from annotated sources. Can generate a large range of formats. GNU GPL2.1
  • GTK-Doc - Tool for generating C documentation from annotated sources. Has support for the Autotools. GNU GPL2.1 (code) or GNU FDL1.1

Editors

These are specifically fancier, IDE-type editors. If you want a programmer's text editor, look elsewhere. Besides, whatever choice you make most likely supports C anyway.

Embedded Systems

These are projects that allow one to work with microcontrollers and other resource constrained architectures.

RTOS

A real-time operating system (RTOS) is intended to serve real-time applications that process data with low latency delay.

  • Amazon FreeRTOS - RTOS for microcontrollers that makes small, low-power edge devices easy to program. MIT
  • ChibiOS - RTOS with complete development environment (HAL, drivers, support files, and tools). Various Licenses
  • Contiki - Connect low-cost, low power microcontrollers to the Internet. 3-clause BSD
  • Zephyr Project - Scalable real-time RTOS supporting multiple hardware architectures, optimized for resource constrained devices. Apache 2.0
  • RIOT OS - Real-time multi-threading operating system that supports a range of devices that are typically found in the Internet of Things. LGPL-2.1

Environments

This is a list of technologies designed to bring Windows into the 21st century with respect to support for C.

Frameworks

This section has big libraries that provide data structures and other stuff you expect of a 'modern' standard library.

Game Programming

Engines

These are provided as examples of C game programming code.

Resources

These are libraries of all sorts that are useful for game programming.

Generic Programming

  • klib - Small and lightweight implementations of common algorithms and data structures. MIT

Graphics

Graphic APIs

  • OpenGL - Industry adopted 2D and 3D graphics API. More resources at awesome-opengl.
  • OpenGL ES - Industry adopted 2D and 3D graphics API for mobile and embedded devices.
  • OpenGL SC - Graphic and compute standard for industry requiring system safety certification.
  • Vulkan - Explicit graphic and compute API for modern cross-platform development. More resources at awesome-vulkan.

Graphical User Interface

These are specifically widget toolkits.

Hashing

All hashing related libraries, cryptographic or not.

Image Processing

JSON

Learning, Reference and Tutorials

This is a list of resources for learning C programming in general, or something useful relating to C programming.

Online

Reference

Language Standards

Beginner

Intermediate

Advanced

Self-study courses

Physical

Reference

Beginner

Intermediate

Advanced

Macros

  • P99 - Suite of macros to implement advanced features like default function arguments, scope-bound resources, etc. (Requires C99) Q Public License

Memory Allocators

Implementations of memory allocators for various systems and platforms.

  • jemalloc - General purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support, commonly used in production systems. FreeBSD
  • dlmalloc - Doug Lea's malloc(3) implementation, useful for academic and research purposes. Public Domain
  • Hoard - A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, Mac, and Solaris. GNU GPL2
  • nedmalloc - An EXTREMELY FAST portable thread caching malloc(3) implementation written in C. GNU GPL2
  • rpmalloc - Cross platform, lock-free memory allocator. Public Domain

Multimedia

Networking and Internet

Web Frameworks

  • balde - Microframework for C based on GLib. GNU LGPLv2.1
  • onion - C library to create simple HTTP servers and Web Applications. Apache 2.0
  • kore - Easy to use, scalable and secure web application framework for writing web APIs in C.
  • klone - KLone is a fully-featured, multiplatform, web application development framework.
  • duda - Duda I/O is an event-driven and high performant web services framework written in C. Apache 2.0

Numerical

Parallel Programming

  • cchan - Small library for channel constructs for inter-thread communication. Public Domain
  • ck - Concurrency primitives, safe memory reclamation mechanisms and non-blocking data structures. FreeBSD
  • mill - Go-style concurrency in C. X11
  • libdill - Structured concurrency in C. X11
  • MPICH - Another implementation of MPI. MPICH licence
  • OpenMP - Set of C pragmas designed to allow for easy parallelization of code. 3-clause BSD
  • OpenMPI - Message passing interface implementation. 3-clause BSD
  • pth - Portable implementation for non-preemptive priority-based scheduling for multiple threads of execution. GNU GPL3 or later
  • pthreads - The POSIX thread library.
  • SLEPc - Software library for the solution of large, sparse eigenvalue problems on parallel computers. GNU LGPL3
  • TinyCThread - Portable, small implementation of the C11 threads API. zlib

Parsers

Regex


truncated — full list on GitHub

[[curator]]
I'm the Curator. I can help you navigate, organize, and curate this wiki. What would you like to do?