Skip to content
@zigbuild

zigbuild

this project has no afilliation with the Zig Software Foundation.

zigbuild

This project contains zig build editions of various C/C++ packages.

We are particularly focused on using Zig as a build system for C/C++ packages, so this may not be a good reference point for all that the Zig language has to offer.

Build philosophy

A few rules to keep in mind:

  • Let Zig do the heavy lifting. The packages are only ever configured by a build.zig file, and may have had their original build processes nuked.

  • If the package has dependencies, build.zig.zon is used in order to fetch them.

  • Each package installs its headers to your build's include directory.

Popular repositories Loading

  1. libz libz Public

    Forked from andrewrk/libz

    zlib with the build system replaced by zig

    C

  2. SDL SDL Public

    Forked from allyourcodebase/SDL

    SDL with the build system replaced by Zig

    C

  3. .github .github Public

  4. SDL_image SDL_image Public

    SDL_image with the build system replaced by Zig

    C 1

  5. SDL_mixer SDL_mixer Public

    SDL_mixer for zig

    C

  6. freetype freetype Public

    FreeType packaged for Zig's build system.

    C

Repositories

Showing 7 of 7 repositories

Top languages

Loading…

Most used topics

Loading…