Cool C projects

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

Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers
Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
www.nutrient.io
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. cweb

    I also have some other projects like a web server that can replace php by c inside html files and some other cool stuff.

  2. Nutrient

    Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers. Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.

    Nutrient logo
  3. build-your-own-x

    Master programming by recreating your favorite technologies from scratch.

    Check out https://github.com/codecrafters-io/build-your-own-x

  4. flex

    The Fast Lexical Analyzer - scanner generator for lexing in C and C++ (by westes)

    How about writing a programming language using Flex and Bison? There are lots of good tutorials and examples out there.

  5. cge

    Windows CMD rendering engine (in-progress)

    make a graphics api / rendering engine in the frickin command-line using os-specific APIs https://github.com/kvbc/cge

  6. RIOT

    RIOT - The friendly OS for IoT (by RIOT-OS)

    Port a new board or Mikrocontroller to RIOT or Zephyr

  7. zephyr

    Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.

    Port a new board or Mikrocontroller to RIOT or Zephyr

  8. SudokuSolver

    A sudoku solver written in C. Fast. (by geon)

    A sudoku solver. https://github.com/geon/SudokuSolver

  9. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  10. gloss

    A bidirectional path tracer written in C. (by geon)

  11. walld

    A wallpaper daemon

  12. awesome-c

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

  13. Kwork

    Cross-platform bundle for development on low memory machines

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

  • Working on an open source HAL for ARM Cortex-M MCU's (focusing on STM32F4 rn)

    3 projects | /r/embedded | 14 Nov 2021
  • Curated embedded code to learn from

    4 projects | /r/embedded | 24 Oct 2021
  • Moving to a RTOS on the RP2040

    6 projects | news.ycombinator.com | 4 Jul 2024
  • Building Zerocalc, part I - rustc lexer and a lexer in rust

    2 projects | dev.to | 1 Jun 2024
  • New startup sells coffee through SSH and exclusively through SSH

    3 projects | news.ycombinator.com | 1 May 2024

Did you know that C is
the 6th most popular programming language
based on number of references?