Thanks to visit codestin.com
Credit goes to github.com

Skip to content

dibakarbose/awesome-zig

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 

Repository files navigation

Awesome Zig

This repository lists some awesome projects written in Zig, maintained by ZigCC community.

Contents

TOC is generated by markdown-toc.

Summary

Data Structure and Algorithm

String Processing

Command Line and Argument Parser

Memory Allocator and Management

Package and Version Manager

Asynchronous Runtime

  • mitchellh/libxev : libxev is a cross-platform, high-performance event loop that provides abstractions for non-blocking IO, timers, events, and more and works on Linux (io_uring or epoll), macOS (kqueue), and Wasm + WASI. Available as both a Zig and C API.

  • kprotty/zap : An asynchronous runtime with a focus on performance and resource efficiency.

  • lithdew/pike : Async I/O for Zig.

Embedded Development

General Operating System

Robot Operating System

Compilers and Interpreters

  • Aro : Aro. A C compiler with the goal of providing fast compilation and low memory usage with good diagnostics.

  • Vexu/bog : Small, strongly typed, embeddable language.

  • squeek502/zua : An implementation of Lua 5.1 in Zig, for learning purposes.

FFI Bindings

GPU Computing

Scientific Computation

Machine Learning

Date and Time

  • scento/zig-date : 🕒 time and date for Zig. zig-date is a date and time library for the Zig, inspired by the popular Rust library chrono.

  • frmdstryr/zig-datetime : A datetime module for Zig with an api similar to python's Arrow.

  • nektro/zig-time : A date and time parsing and formatting library for Zig.

Database

Sensor and Communication Interface

File Parser and Processing

Logging Processing

Audio Processing

Image and Video Processing

Finite State Machine

Game Field

Emulators

Encryption

Network

Web Framework

Web3 Framework

WebAssembly

Performance Benchmark

IDE Plugins

Graphics Library

GUI

Others

Blogs

Other Zig Awesome List

About

A collection of some awesome public Zig programming language projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 100.0%