Zig NEWS

Posts

Writing and Releasing a game in zig

Writing and Releasing a game in zig

Reactions 21 Comments 6
3 min read
Beware the copy!

Beware the copy!

Reactions 3 Comments 4
3 min read
How to escape Python and write more Zig

How to escape Python and write more Zig

Reactions 14 Comments 1
1 min read
Multi-Object For Loops + Struct-Of-Arrays

Multi-Object For Loops + Struct-Of-Arrays

Reactions 37 Comments 2
2 min read
Secondary Zig NEWS logo

Zig NEWS is a community of amazing programmers

Take off every Zig!

Implementing Steamworks API in Zig

Implementing Steamworks API in Zig

Reactions 10 Comments
3 min read
Multi-thread awareness for default writer in trace.zig 0.3.0

Multi-thread awareness for default writer in trace.zig 0.3.0

Reactions 7 Comments
3 min read
Introducing ⚡zap⚡ - blazingly fast backends in zig

Introducing ⚡zap⚡ - blazingly fast backends in zig

Reactions 23 Comments 5
7 min read
Indexing every Zig for great justice

Indexing every Zig for great justice

Reactions 12 Comments 1
3 min read
Code study: interface idioms/patterns in zig standard libraries

Code study: interface idioms/patterns in zig standard libraries

Reactions 34 Comments 2
8 min read
Announcing Software You Can Love 2023

Announcing Software You Can Love 2023

Reactions 23 Comments 5
3 min read
Less but also more supported functions for trace.zig 0.2.0

Less but also more supported functions for trace.zig 0.2.0

Reactions 3 Comments
4 min read
On the value of going deep, or How a broken keyboard led me to fix bugs in Zig.

On the value of going deep, or How a broken keyboard led me to fix bugs in Zig.

Reactions 13 Comments 5
8 min read
NuttX RTOS for PinePhone: MIPI Display Serial Interface

NuttX RTOS for PinePhone: MIPI Display Serial Interface

Reactions 5 Comments 2
26 min read
New way to split and iterate over strings

New way to split and iterate over strings

Reactions 12 Comments 4
2 min read
Realigning Set interfaces in std

Realigning Set interfaces in std

Reactions 9 Comments
1 min read
FIDO2 authenticator

FIDO2 authenticator

Reactions 8 Comments
3 min read
New pure fns in StaticBitSet

New pure fns in StaticBitSet

Reactions 10 Comments 2
2 min read
Using comptime to invert bijective functions on enums

Using comptime to invert bijective functions on enums

Reactions 16 Comments 6
3 min read
How zig-spoon (and lots of coffee) helped me sort thousands of pictures

How zig-spoon (and lots of coffee) helped me sort thousands of pictures

Reactions 6 Comments 2
5 min read
trace.zig: A small and simple tracing client library

trace.zig: A small and simple tracing client library

Reactions 7 Comments 2
4 min read
How to create a zig project

How to create a zig project

Reactions 4 Comments 1
1 min read
Using rr to quickly debug memory corruption

Using rr to quickly debug memory corruption

Reactions 13 Comments 2
7 min read
Easy Interfaces with Zig 0.10.0

Easy Interfaces with Zig 0.10.0

Reactions 44 Comments 14
4 min read
NuttX RTOS for PinePhone: Render Graphics in Zig

NuttX RTOS for PinePhone: Render Graphics in Zig

Reactions 7 Comments 2
26 min read
Zig and the Zigzaw

Zig and the Zigzaw

Reactions 17 Comments 3
13 min read
Zig Support plugin for IntelliJ and CLion version 0.2.1 released

Zig Support plugin for IntelliJ and CLion version 0.2.1 released

Reactions 2 Comments 1
1 min read
Simple Scalable Unbounded Queue

Simple Scalable Unbounded Queue

Reactions 20 Comments 2
13 min read
My hopes and dreams for 'zig test'

My hopes and dreams for 'zig test'

Reactions 21 Comments 2
6 min read
Zig Support plugin for IntelliJ and CLion version 0.2.0 released

Zig Support plugin for IntelliJ and CLion version 0.2.0 released

Reactions 4 Comments 2
1 min read
Zig Bare Metal Programming on STM32F103 — Booting up

Zig Bare Metal Programming on STM32F103 — Booting up

Reactions 5 Comments
1 min read
NuttX RTOS for PinePhone: Display Driver in Zig

NuttX RTOS for PinePhone: Display Driver in Zig

Reactions 5 Comments 1
28 min read
Function Tables

Function Tables

Reactions 9 Comments 3
1 min read
Howto Pair Strings with Enums

Howto Pair Strings with Enums

Reactions 10 Comments 6
1 min read
Visual Programming with Zig and Apache NuttX Sensors

Visual Programming with Zig and Apache NuttX Sensors

Comments
1 min read
Simpler, safer LVGL Touchscreen Apps with Zig and Apache NuttX RTOS

Simpler, safer LVGL Touchscreen Apps with Zig and Apache NuttX RTOS

Reactions 6 Comments
1 min read
Building a Tiny Mutex

Building a Tiny Mutex

Reactions 28 Comments 3
12 min read
MicroZig: Curiosity Nano serial communication

MicroZig: Curiosity Nano serial communication

Reactions 5 Comments
7 min read
Zig projects I'm working on...

Zig projects I'm working on...

Reactions 20 Comments 2
5 min read
Type/pointer cheatsheet

Type/pointer cheatsheet

Reactions 27 Comments 10
2 min read
But, will this blow up ?

But, will this blow up ?

Reactions 12 Comments 2
5 min read
Cool Zig Patterns - Gotta alloc fast

Cool Zig Patterns - Gotta alloc fast

Reactions 17 Comments 7
3 min read
Cool Zig Patterns - Paths in Build Scripts

Cool Zig Patterns - Paths in Build Scripts

Reactions 7 Comments 2
1 min read
Thoughts on Parsing Part 3 - Write Cursors

Thoughts on Parsing Part 3 - Write Cursors

Reactions 10 Comments
2 min read
Visual Programming with Zig and NuttX Sensors

Visual Programming with Zig and NuttX Sensors

Reactions 2 Comments
28 min read
Thoughts on Parsing Part 2 - Read Cursors

Thoughts on Parsing Part 2 - Read Cursors

Reactions 11 Comments
3 min read
Thoughts on Parsing Part 1 - Parsed Representation

Thoughts on Parsing Part 1 - Parsed Representation

Reactions 11 Comments
2 min read
Zig Support plugin for IntelliJ and CLion version 0.1.0 released

Zig Support plugin for IntelliJ and CLion version 0.1.0 released

Reactions 5 Comments
1 min read
Growing a {{mustache}} with Zig

Growing a {{mustache}} with Zig

Reactions 18 Comments 2
5 min read
Zig Visual Programming with Blockly

Zig Visual Programming with Blockly

Reactions 13 Comments 2
19 min read
Programming SAM E51 Curiosity Nano with Zig

Programming SAM E51 Curiosity Nano with Zig

Reactions 10 Comments 1
4 min read
loading...