Skip to content

Commit

Permalink
C/C++ libraries packaged for Zig (nrdmn#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
catdevnull authored May 30, 2023
1 parent 58541b1 commit 00fd9be
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ A general-purpose programming language and toolchain for maintaining robust, opt
* [Package managers](#package-managers)
* [Parser](#parser)
* [Learning resources](#learning-resources)
* [C/C++ libraries packaged for Zig](#cc-libraries-packaged-for-zig)
* [Other](#other)


Expand Down Expand Up @@ -259,6 +260,33 @@ A general-purpose programming language and toolchain for maintaining robust, opt
* [ratfactor/ziglings](https://github.com/ratfactor/ziglings) - Learn Zig by fixing tiny example programs.


## 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

* [andrewrk/SDL](https://github.com/andrewrk/SDL) - Simple Directmedia Layer.
* [andrewrk/ffmpeg](https://github.com/andrewrk/ffmpeg) - library only.
* [andrewrk/libgroove](https://github.com/andrewrk/libgroove)
* [andrewrk/libsoundio](https://github.com/andrewrk/libsoundio/tree/zig-pkg)
* [kassane/openssl](https://github.com/kassane/openssl) - crypto, providers & ssl libraries only.
* [kassane/libbpf](https://github.com/kassane/libbpf) - BPF CO-RE (Compile Once – Run Everywhere).
* [kassane/winpthreads](https://github.com/kassane/winpthreads-zigbuild) - MinGW pthread library.

### C++

* [andrewrk/libchromaprint](https://github.com/andrewrk/libchromaprint)
* [kassane/asio](https://github.com/kassane/asio) - (non-boost) Networking I/O library (w/ event-loop, C++14/17/20).
* [kassane/fmt](https://github.com/kassane/fmt)
* [kassane/hana](https://github.com/kassane/hana) - (boost-hana) Meta-programming library (header-only, C++14/17/20).>
* [kassane/catch2](https://github.com/kassane/catch2) - Unit testing library (C++14/17/20).
* [kassane/outcome](https://github.com/kassane/outcome) - (non-boost) Error handler (C++14/17/20).
* [kassane/json](https://github.com/kassane/json) - jsoncpp ported to Zig packaging.
* [kassane/range](https://github.com/kassane/range-v3) - modern range library (C++14/17/20).
* [kassane/libzmq](https://github.com/kassane/libzmq) - ZeroMQ core engine in C++ library.


## Other
* [All Your Codebase](https://allyourcodebase.com/) - Development status of Zig and its' ecosystem.
* [zig.pm](https://zig.pm/) - A community-maintained repository of Zig packages.
Expand Down

0 comments on commit 00fd9be

Please sign in to comment.