awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Native Codebase Integrations · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesNative Codebase Integrations

Tools and language features that enable direct consumption of native libraries and header files without intermediate binding layers.

Distinguishing note: Focuses on the capability to link and parse native code directly, distinct from general-purpose package managers or build systems.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Native Codebase Integrations. Refine with filters or upvote what's useful.

  1. Home
  2. Programming Languages & Runtimes
  3. Native Codebase Integrations

Awesome Native Codebase Integrations GitHub Repositories

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

    ziglang/zig

    42,769View on GitHub↗

    Zig is a general-purpose systems programming language designed for high-performance applications that require manual memory management and direct control over hardware resources. It prioritizes predictable execution by enforcing explicit control flow and requiring functions to accept explicit memory allocators, ensuring that all heap operations and logic paths remain visible to the developer. The language distinguishes itself through a powerful compile-time metaprogramming engine that allows for arbitrary code execution during the build process, enabling advanced reflection and the generation

    Provides direct integration with existing native codebases by parsing header files and linking libraries without requiring manual binding generation.

    Zigcompilerlanguagezig
    42,769View on GitHub↗