Zig NEWS

Posts

Creating safer zig bindings for liburing
Cover image for Creating safer zig bindings for liburing

Creating safer zig bindings for liburing

1
Comments
2 min read
MLX.zig: Llama 3.2 in Zig

MLX.zig: Llama 3.2 in Zig

Comments
1 min read
First Post

First Post

Comments
1 min read
AIR, what is it good for?

AIR, what is it good for?

Comments
1 min read
A Zig Easing/Tweening Library for Game Dev

A Zig Easing/Tweening Library for Game Dev

Comments
2 min read
Caching API responses with Redis in Zig
Cover image for Caching API responses with Redis in Zig

Caching API responses with Redis in Zig

Comments
4 min read
[neovim plugin]Improving the Experience of Writing Zig in Neovim by Combining Zig and Neovim

[neovim plugin]Improving the Experience of Writing Zig in Neovim by Combining Zig and Neovim

Comments
1 min read
Hot-Reloading in zig

Hot-Reloading in zig

2
Comments
4 min read
Yet another parser combinators library

Yet another parser combinators library

2
Comments
7 min read
openai-proxz - An intuitive OpenAI library for zig!

openai-proxz - An intuitive OpenAI library for zig!

Comments
2 min read
Running sklearn models in Zig
Cover image for Running sklearn models in Zig

Running sklearn models in Zig

3
Comments
6 min read
Zig Cross Compiling
Cover image for Zig Cross Compiling

Zig Cross Compiling

4
Comments 1
1 min read
Easy web requests in Zig with Client.fetch

Easy web requests in Zig with Client.fetch

4
Comments 1
3 min read
Convert decimal odds to probabilities with Zig
Cover image for Convert decimal odds to probabilities with Zig

Convert decimal odds to probabilities with Zig

6
Comments
6 min read
zig-ai: OpenAI sdk with streaming support

zig-ai: OpenAI sdk with streaming support

Comments
1 min read
Embedded Zig with Elixir, Mandelbrot set
Cover image for Embedded Zig with Elixir, Mandelbrot set

Embedded Zig with Elixir, Mandelbrot set

3
Comments
4 min read
Type-safe Tagged Pointers with comptime
Cover image for Type-safe Tagged Pointers with comptime

Type-safe Tagged Pointers with comptime

6
Comments 1
7 min read
Mutable Global Data in Zig
Cover image for Mutable Global Data in Zig

Mutable Global Data in Zig

2
Comments 2
1 min read
TerrainZigger: A Beginner's 3D Terrain Generator in Zig
Cover image for TerrainZigger: A Beginner's 3D Terrain Generator in Zig

TerrainZigger: A Beginner's 3D Terrain Generator in Zig

7
Comments
1 min read
DVUI - Immediate Zig GUI for Apps and Games
Cover image for DVUI - Immediate Zig GUI for Apps and Games

DVUI - Immediate Zig GUI for Apps and Games

19
Comments 6
1 min read
Zig Hack: TypedGet

Zig Hack: TypedGet

3
Comments
2 min read
Puzzler: pre-defer?

Puzzler: pre-defer?

4
Comments
1 min read
Generating a SDK UI at comptime

Generating a SDK UI at comptime

5
Comments
2 min read
Puzzler: Pass null anyways

Puzzler: Pass null anyways

7
Comments 1
2 min read
Closure Pattern in Zig

Closure Pattern in Zig

5
Comments 9
24 min read
A* algorithm

A* algorithm

4
Comments
4 min read
Introducing Tuile - a Text User Interface library for Zig

Introducing Tuile - a Text User Interface library for Zig

10
Comments
1 min read
play with new comptime var rule of zig 0.12.0

play with new comptime var rule of zig 0.12.0

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

build.zig.zon dependency hashes

3
Comments 2
7 min read
Andrew Kelly's talk at goto: Zig Build System & How to Build Software From Source
Cover image for Andrew Kelly's talk at goto: Zig Build System & How to Build Software From Source

Andrew Kelly's talk at goto: Zig Build System & How to Build Software From Source

Comments 1
1 min read
Puzzler: Impossible slice?

Puzzler: Impossible slice?

10
Comments 4
1 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
Impl on Userland is quite easy, actually

Impl on Userland is quite easy, actually

10
Comments 3
2 min read
`tmpfile.zig`, a reusable utility for using tmp files in sys tmp

`tmpfile.zig`, a reusable utility for using tmp files in sys tmp

1
Comments
1 min read
Do not rely on the pointer to content of returned struct

Do not rely on the pointer to content of returned struct

1
Comments 2
3 min read
A "distinct index types" journey

A "distinct index types" journey

3
Comments 6
5 min read
Building Zig libraries with C dependencies

Building Zig libraries with C dependencies

7
Comments 9
2 min read
High Performance HashMap + Disk-based Allocator

High Performance HashMap + Disk-based Allocator

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

Upcoming zig 0.12 changes of writing `build.zig`

6
Comments 2
1 min read
tip: use any git branch in `build.zig.zon`

tip: use any git branch in `build.zig.zon`

2
Comments 1
2 min read
Applying the Diagnostics pattern in practice

Applying the Diagnostics pattern in practice

2
Comments
2 min read
Effective stubbing using unreachable

Effective stubbing using unreachable

5
Comments 1
1 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

10
Comments 4
2 min read
`zcmd.zig`: a `std.childProcess.run` replacement but with the ability of running `bash` pipeline

`zcmd.zig`: a `std.childProcess.run` replacement but with the ability of running `bash` pipeline

4
Comments 1
2 min read
About Spam on Zig NEWS

About Spam on Zig NEWS

7
Comments 3
2 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
Zig runs ROM FS Filesystem in the Web Browser (thanks to Apache NuttX RTOS)
Cover image for Zig runs ROM FS Filesystem in the Web Browser (thanks to Apache NuttX RTOS)

Zig runs ROM FS Filesystem in the Web Browser (thanks to Apache NuttX RTOS)

2
Comments
28 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
Use git submodule + local path to manage dependencies

Use git submodule + local path to manage dependencies

6
Comments 3
2 min read
On Allocator Names
Cover image for On Allocator Names

On Allocator Names

8
Comments 9
2 min read
loading...