awesome-zig icon indicating copy to clipboard operation
awesome-zig copied to clipboard

A list of awesome projects related to Zig

Awesome Zig Awesome

A general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.

Contents

  • Algorithms and data structures
  • Allocators and memory
  • Audio
  • Bootables
  • Compilers and interpreters
  • Concurrency
  • Database
  • Editor plugins
  • Emulators
  • Game tools and libraries
  • Games
  • GUI
  • Misc libraries
  • Network
    • HTTP
  • Web
  • System tools
  • Zig development tools
    • Package managers
  • Parser
  • Learning resources
  • C/C++ libraries packaged for Zig
  • Other

Algorithms and data structures

Allocators and memory

  • fengb/zee_alloc - Tiny allocator primarily targeting WebAssembly.
  • mdsteele/ziegfried - A general-purpose memory allocator.
  • suirad/Seal - An allocator that wraps another allocator and detects if memory is leaked after usage.
  • Hejsil/zig-gc - A super simple mark-and-sweep garbage collector.

Audio

Bootables

Compilers and interpreters

Concurrency

Database

Editor plugins

Emulators

Game tools and libraries

Games

GUI

Misc libraries

Network

HTTP

Messaging

Web

System tools

Zig development tools

Package managers

Parser

Learning resources

C/C++ libraries packaged for Zig

These C/C++ libraries were packaged to be used with the Zig build and packaging system (build.zig).

C

C++

Other