What is your own favorite C project?

This page summarizes the projects mentioned and recommended in the original post on /r/C_Programming

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. pns

    Here is link number 1 - Previous text "pns"

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. astera

    A C99 Cross Platform 2D Game Library

    In terms of favorite personal projects: the 2D game engine I work on Astera.

  4. stb

    stb single-file public domain libraries for C/C++

    In terms of other people's projects: stb, microui, and nanovg come to mind

  5. microui

    A tiny immediate-mode UI library

    In terms of other people's projects: stb, microui, and nanovg come to mind

  6. nanovg

    Antialiased 2D vector drawing library on top of OpenGL for UI and visualizations.

    In terms of other people's projects: stb, microui, and nanovg come to mind

  7. horse

    Horse Programming Language (by suncloudsmoon)

    My own programming Language that transpiles to C (soon going to be bootstrapped)

  8. sokol

    minimal cross-platform standalone C headers

    Some of my favorites are: sokol/pacman.c, Gunslinger, and gb

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. pacman.c

    Simple Pacman clone written in C99.

    Some of my favorites are: sokol/pacman.c, Gunslinger, and gb

  11. gunslinger

    C99, header-only framework for games and multimedia applications

    Some of my favorites are: sokol/pacman.c, Gunslinger, and gb

  12. gb

    gb single-file public domain libraries for C & C++ (by gingerBill)

    Some of my favorites are: sokol/pacman.c, Gunslinger, and gb

  13. buddy_alloc

    A single header buddy memory allocator for C & C++

    I made a memory allocator that turned out rather neat - https://github.com/spaskalev/buddy_alloc

  14. rotate

    Discontinued [WIP] static typed programming language that compiles to vm bytecode (by Airbus5717)

    a Compiler i am writing rn https://github.com/Airbus5717/rotate/

  15. c_exceptional

    A simple Exception-handling library for C99, that uses some fancy macros for true try{...}catch(err){...}finally{...} syntax!

    I made an exception library called exceptional with very intuitive syntax and semantics. It uses some crazy preprocessor tricks behind the scenes to make this work ☺️.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts