Ziglang

Open-source projects categorized as Ziglang

Top 23 Ziglang Open-Source Projects

  • bun

    Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one

  • Project mention: Node Test Runner vs Bun Test Runner (with TypeScript and ESM) | dev.to | 2024-04-26

    It has a decent compatibility with both Jest and Vitest's APIs (you can track progress here so you can use it as almost a drop-in replacement for either. Just as Node's, it has describe/it, mock, test and others, but with the expect syntax (which I find more readable). For example:

  • ziglings

    Learn the Zig programming language by fixing tiny broken programs.

  • Project mention: Roadmap to master zig | /r/Zig | 2023-10-08

    Master syntax - language possibilities, so that you can read code. Ziglings (or github) does great job teaching it!

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • umbrella

    ⛱ Broadly scoped ecosystem & mono-repository of 192 TypeScript projects (and 157 examples) for general purpose, functional, data driven development

  • mach

    zig game engine & graphics toolkit

  • Project mention: Zig Software Foundation 2024 Financial Report and Fundraiser | news.ycombinator.com | 2024-01-18

    Myself and many others are betting on Zig in major ways, I truly think it has a bright future ahead.

    In spare time, myself and a few others are working on a game engine in Zig[0], and the Zig core team has been very receptive to addressing issues our project faces and supporting us.

    Others are working on pixel art editors[1], open source 2D RPG games[2], there's a group of independent folks working on a 3D massive immersive sim game[3], a group working on making Zig an amazing language for micro-controllers[4], etc.

    Please consider donating $5-10 a month to the ZSF! They are a great group of people, and it has so many knock-on effects for others in the FOSS community. :)

    [0] https://machengine.org/

    [1] https://github.com/foxnne/pixi

    [2] https://github.com/foxnne/aftersun

    [3] https://github.com/Srekel/tides-of-revival

    [4] https://github.com/ZigEmbeddedGroup

  • zls

    A Zig language server supporting Zig developers with features like autocomplete and goto definition

  • Project mention: Have questions/requests/issues related to the Zig Language Server? | /r/Zig | 2023-05-06

    There is no official documentation but the standard library provides definitions for the exchange format and an incomplete set of function for exchanging messages in Client.zig and Server.zig. You can find examples of the zig compile server in action in my PR for ZLS and a showcase of hot-code-swapping by kubkon. The code that implements the ZCS in the zig codebase can be found here.

  • zig-gamedev

    Main monorepo for @zig-gamedev libs and example applications

  • capy

    💻Build one codebase and get native UI on Windows, Linux and Web

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • awesome-zig

  • microzig

    Unified abstraction layer and HAL for several microcontrollers

  • Project mention: MicroZig: Unified abstraction layer and HAL for Zig on several microcontrollers | news.ycombinator.com | 2024-02-28
  • pixi

    Pixel art editor made with Zig. (by foxnne)

  • Project mention: Zig Software Foundation 2024 Financial Report and Fundraiser | news.ycombinator.com | 2024-01-18

    Myself and many others are betting on Zig in major ways, I truly think it has a bright future ahead.

    In spare time, myself and a few others are working on a game engine in Zig[0], and the Zig core team has been very receptive to addressing issues our project faces and supporting us.

    Others are working on pixel art editors[1], open source 2D RPG games[2], there's a group of independent folks working on a 3D massive immersive sim game[3], a group working on making Zig an amazing language for micro-controllers[4], etc.

    Please consider donating $5-10 a month to the ZSF! They are a great group of people, and it has so many knock-on effects for others in the FOSS community. :)

    [0] https://machengine.org/

    [1] https://github.com/foxnne/pixi

    [2] https://github.com/foxnne/aftersun

    [3] https://github.com/Srekel/tides-of-revival

    [4] https://github.com/ZigEmbeddedGroup

  • zig-cookbook

    Simple Zig programs that demonstrate good practices to accomplish common programming tasks.

  • Project mention: Zig cookbook: collection of simple Zig programs that demonstrate good practices | news.ycombinator.com | 2024-01-01
  • linuxwave

    Generate music from the entropy of Linux 🐧🎵

  • Project mention: ah yes, static | /r/linuxmemes | 2023-05-21

    So, LinuxWave

  • zgl

    Zig OpenGL Wrapper

  • mach-glfw

    Ziggified GLFW bindings with 100% API coverage, zero-fuss installation, cross compilation, and more.

  • awesome-zig

    A list of awesome projects related to Zig (by catdevnull)

  • pgzx

    Create PostgreSQL extensions using Zig.

  • Project mention: 11 Planetscale alternatives with free tiers | dev.to | 2024-04-11

    Like Supabase, Xata is a serverless database platform that was founded in 2020 and supports Postgres. It combines the powers of PostgreSQL and ElasticSearch for database operations.

  • SDL.zig

    A shallow wrapper around SDL that provides object API and error handling

  • Project mention: SDL.zig: A shallow wrapper around SDL for Zig | news.ycombinator.com | 2023-07-18
  • zvm

    zvm (Zig Version Manager) lets you easily install/upgrade between different versions of Zig.

  • Project mention: Buzz: A lightweight statically typed scripting language | news.ycombinator.com | 2023-12-26

    ZVM (https://github.com/tristanisham/zvm) is a good alternative to keep uptodate with Zig nightly versions and also quickly switch to a stable version when needed.

  • fastfilter

    fastfilter: Binary fuse & xor filters for Zig (faster and smaller than bloom filters)

  • Project mention: Fastfilter: Binary fuse and xor filters for Zig | news.ycombinator.com | 2023-06-02
  • zig-args

    Simple-to-use argument parser with struct-based config

  • futureproof

    A live editor for fragment shaders, powered by Neovim, WebGPU, and Zig!

  • MiniPixel

    A tiny pixel art editor

  • Project mention: 0.11.0 Release Notes | news.ycombinator.com | 2023-08-03

    I use Zig for all my hobby projects:

    * A pixel art editor https://github.com/fabioarnold/MiniPixel

    * A Mega Man clone https://github.com/fabioarnold/zeroman

    * Zig Gorillas https://github.com/fabioarnold/zig-gorillas

    And most recently I had the opportunity to build a visualization for TigerBeetle's database simulator: https://sim.tigerbeetle.com

    Before I was using C++ and Zig has been an improvement in every way.

  • apple_pie

    Basic HTTP server implementation in Zig

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Ziglang related posts

  • MicroZig: Unified abstraction layer and HAL for Zig on several microcontrollers

    5 projects | news.ycombinator.com | 28 Feb 2024
  • Zig cookbook: collection of simple Zig programs that demonstrate good practices

    6 projects | news.ycombinator.com | 1 Jan 2024
  • Zig Cookbook

    1 project | news.ycombinator.com | 31 Dec 2023
  • Mach - Zig game engine & graphics toolkit

    1 project | /r/Zig | 12 Sep 2023
  • 0.11.0 Release Notes

    12 projects | news.ycombinator.com | 3 Aug 2023
  • SDL.zig: A shallow wrapper around SDL for Zig

    1 project | news.ycombinator.com | 18 Jul 2023
  • Problems of C, and how Zig addresses them

    7 projects | news.ycombinator.com | 3 Jul 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 1 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Index

What are some of the best open-source Ziglang projects? This list will help you:

Project Stars
1 bun 70,679
2 ziglings 4,098
3 umbrella 3,213
4 mach 2,787
5 zls 2,394
6 zig-gamedev 1,980
7 capy 1,333
8 awesome-zig 1,100
9 microzig 937
10 pixi 534
11 zig-cookbook 523
12 linuxwave 480
13 zgl 339
14 mach-glfw 331
15 awesome-zig 319
16 pgzx 315
17 SDL.zig 289
18 zvm 274
19 fastfilter 241
20 zig-args 204
21 futureproof 204
22 MiniPixel 163
23 apple_pie 162

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com