awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Single-Header Libraries · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesSingle-Header Libraries

Portable C libraries designed for header-only integration.

Distinguishing note: Focuses on C-specific header-only distribution.

Explore 2 awesome GitHub repositories matching development tools & productivity · Single-Header Libraries. Refine with filters or upvote what's useful.

  1. Home
  2. Development Tools & Productivity
  3. Single-Header Libraries

Awesome Single-Header Libraries GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • nothings/stb

    nothings/stb

    32,571View on GitHub↗

    This project is a collection of portable, header-only C functions designed for integration into software projects without complex build dependencies or external linking requirements. It provides a suite of low-level utilities for graphics, audio, and data management, focusing on direct memory manipulation and zero-dependency portability. By utilizing a single-header distribution model, the library simplifies dependency management while allowing developers to maintain full control over memory allocation and binary size through compile-time configuration. The library distinguishes itself by off

    Provides portable, header-only C functions designed for easy integration without complex build dependencies.

    C
    32,571View on GitHub↗
  • raysan5/raylib

    raysan5/raylib

    31,046View on GitHub↗

    This project is a C-based multimedia toolkit and cross-platform game framework designed for building interactive applications. It provides a low-level programming interface that grants direct access to hardware-accelerated graphics, real-time audio processing, and user input handling. By utilizing an immediate-mode rendering architecture, the library processes visual state changes frame-by-frame, which simplifies the logic required for dynamic interfaces and interactive simulations. The library distinguishes itself through a zero-dependency design that avoids complex external build requiremen

    Simplifies integration by packaging the entire codebase into a single header-only file.

    Candroidcembedded
    31,046View on GitHub↗