Zig NEWS

Posts

Zig Package Manager - WTF is Zon
Cover image for Zig Package Manager - WTF is Zon

Zig Package Manager - WTF is Zon

36
Comments 18
17 min read
Ziggy Pydust
Cover image for Ziggy Pydust

Ziggy Pydust

24
Comments 4
2 min read
Implementing Closures and Monads in Zig

Implementing Closures and Monads in Zig

15
Comments 2
5 min read
Zig: great design for great optimizations

Zig: great design for great optimizations

11
Comments 4
6 min read
Introducing Jetzig and Zmpl
Cover image for Introducing Jetzig and Zmpl

Introducing Jetzig and Zmpl

17
Comments 1
2 min read
Don't `Self` Simple Structs!
Cover image for Don't `Self` Simple Structs!

Don't `Self` Simple Structs!

18
Comments 21
2 min read
Pointers and constness in Zig (and why it is confusing to a C programmer)

Pointers and constness in Zig (and why it is confusing to a C programmer)

16
Comments 6
3 min read
Zig Union(Enum) -- WTF is switch(union(enum))
Cover image for Zig Union(Enum) -- WTF is switch(union(enum))

Zig Union(Enum) -- WTF is switch(union(enum))

12
Comments 4
8 min read
Hot-reloading with Raylib
Cover image for Hot-reloading with Raylib

Hot-reloading with Raylib

11
Comments 4
11 min read
Zig If -- WTF is !?bool
Cover image for Zig If -- WTF is !?bool

Zig If -- WTF is !?bool

11
Comments
6 min read
Deciphering Many-Item Types. The skeleton.

Deciphering Many-Item Types. The skeleton.

7
Comments 1
4 min read
Wayland From the Wire: Part 1

Wayland From the Wire: Part 1

15
Comments
9 min read
Announcing zigglgen, Zig OpenGL binding generator
Cover image for Announcing zigglgen, Zig OpenGL binding generator

Announcing zigglgen, Zig OpenGL binding generator

13
Comments 2
4 min read
Run Zig code on Raspberry Pico W

Run Zig code on Raspberry Pico W

12
Comments 7
5 min read
Zig Comptime - WTF is Comptime (and Inline)
Cover image for Zig Comptime - WTF is Comptime (and Inline)

Zig Comptime - WTF is Comptime (and Inline)

8
Comments 4
12 min read
Building Zig libraries with C dependencies

Building Zig libraries with C dependencies

5
Comments 5
2 min read
To SIMD and beyond: Optimizing a simple comparison routine

To SIMD and beyond: Optimizing a simple comparison routine

9
Comments 3
5 min read
Extending a C Project with Zig (2023)

Extending a C Project with Zig (2023)

5
Comments 2
12 min read
Zig Package Manager 2 - WTF is Build.Zig.Zon and Build.Zig (0.11.0 Update)
Cover image for Zig Package Manager 2 - WTF is Build.Zig.Zon and Build.Zig (0.11.0 Update)

Zig Package Manager 2 - WTF is Build.Zig.Zon and Build.Zig (0.11.0 Update)

12
Comments 6
14 min read
Learning interfaces by implementing iterator in zig

Learning interfaces by implementing iterator in zig

6
Comments 5
6 min read
Puzzler: Impossible slice?

Puzzler: Impossible slice?

9
Comments 3
1 min read
Zig is now also a Windows resource compiler
Cover image for Zig is now also a Windows resource compiler

Zig is now also a Windows resource compiler

9
Comments 2
14 min read
Introducing Tuile - a Text User Interface library for Zig

Introducing Tuile - a Text User Interface library for Zig

7
Comments
1 min read
Impl on Userland is quite easy, actually

Impl on Userland is quite easy, actually

7
Comments 2
2 min read
zig-webui,Use any web browser as GUI with Zig
Cover image for zig-webui,Use any web browser as GUI with Zig

zig-webui,Use any web browser as GUI with Zig

11
Comments 3
2 min read
Tiny change to Kcov for better covering zig

Tiny change to Kcov for better covering zig

8
Comments 4
1 min read
Zig Zap -- WTF is ⚡Zap⚡
Cover image for Zig Zap -- WTF is ⚡Zap⚡

Zig Zap -- WTF is ⚡Zap⚡

8
Comments 6
9 min read
New Code of Conduct

New Code of Conduct

10
Comments 3
2 min read
how to use your fav pkg in `build.zig`

how to use your fav pkg in `build.zig`

7
Comments
5 min read
From 500 secs to 3.5 - The 1brc Challenge

From 500 secs to 3.5 - The 1brc Challenge

8
Comments 4
10 min read
tips for interacting with c

tips for interacting with c

6
Comments 3
10 min read
pretty, a pretty printer for deeply nested structures in Zig
Cover image for pretty, a pretty printer for deeply nested structures in Zig

pretty, a pretty printer for deeply nested structures in Zig

8
Comments 4
2 min read
Dissecting a Simple Zig Program

Dissecting a Simple Zig Program

7
Comments 6
7 min read
On Allocator Names
Cover image for On Allocator Names

On Allocator Names

8
Comments 9
2 min read
(Possibly) LVGL in WebAssembly with Zig Compiler
Cover image for (Possibly) LVGL in WebAssembly with Zig Compiler

(Possibly) LVGL in WebAssembly with Zig Compiler

7
Comments
24 min read
How to cast an array from one type to another type using pointers
Cover image for How to cast an array from one type to another type using pointers

How to cast an array from one type to another type using pointers

6
Comments
3 min read
Call C from Zig on Raspberry Pico W

Call C from Zig on Raspberry Pico W

6
Comments 7
6 min read
Switching Strings with a Var
Cover image for Switching Strings with a Var

Switching Strings with a Var

6
Comments 5
1 min read
Use git submodule + local path to manage dependencies

Use git submodule + local path to manage dependencies

6
Comments
2 min read
Learning data structures and algorithms using Zig

Learning data structures and algorithms using Zig

5
Comments
1 min read
`!T`, `anyerror!T` and `MyError!T`

`!T`, `anyerror!T` and `MyError!T`

4
Comments 2
3 min read
Wayland From the Wire: Part 2

Wayland From the Wire: Part 2

5
Comments 5
11 min read
About Spam on Zig NEWS

About Spam on Zig NEWS

5
Comments 3
2 min read
NuttX RTOS for PinePhone: Feature Phone UI in LVGL, Zig and WebAssembly
Cover image for NuttX RTOS for PinePhone: Feature Phone UI in LVGL, Zig and WebAssembly

NuttX RTOS for PinePhone: Feature Phone UI in LVGL, Zig and WebAssembly

5
Comments 2
27 min read
`asdf` to manage multiple versions of Zig, including custom dev versions

`asdf` to manage multiple versions of Zig, including custom dev versions

5
Comments 4
2 min read
`jstring.zig`, my javascript inspired string lib with excellent Regex support

`jstring.zig`, my javascript inspired string lib with excellent Regex support

5
Comments 2
3 min read
Effective stubbing using unreachable

Effective stubbing using unreachable

5
Comments 1
1 min read
Upcoming zig 0.12 changes of writing `build.zig`

Upcoming zig 0.12 changes of writing `build.zig`

5
Comments 2
1 min read
build.zig.zon dependency hashes

build.zig.zon dependency hashes

3
Comments
7 min read
Puzzler: Pass null anyways

Puzzler: Pass null anyways

5
Comments
2 min read
loading...