Top 5 Zig Raylib Projects
-
lyceum
An MMO game written in Erlang + PostgreSQL (+ Omnigres) + Zig (+ Raylib), powered by a Nix-based devenv
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
wren has that minimalism from lua and syntax familarity from js that i always want to have in a scripting language. I was playing with it to build a raylib binding for it using zig a while ago and the language experience was too nice. You can checkout some examples of what you can achieve with raylib + wren here. https://github.com/jossephus/talon
-
Project mention: My Experience of building Bytebeat player in Zig | news.ycombinator.com | 2025-11-07
From the description I thought the expression was a function of only 't', and there was no (for instance) accumulation of the previously computed byte. Then in the image I saw the same value of 't' evaluating to different values:
t=1000: 168 t=1000: 80
Reading the source: https://github.com/KMJ-007/zigbeat/blob/main/src/evaluator.z...
It does look like the expression is a pure function of 't', so I can only assume that's a typo.
Zig Raylib discussion
Index
What are some of the best open-source Raylib projects in Zig? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | lyceum | 329 |
| 2 | raylib-zig-examples | 57 |
| 3 | Zigon | 53 |
| 4 | talon | 26 |
| 5 | zigbeat | 18 |