Building Pong with Zig and Raylib #5: Show Score with dvui
287 words, ~1 min read
In this episode, I finally add a score display to Pong using DVUI, a native Zig UI framework. The scoring logic was …
from shri at drone-ah.com
In this episode, I finally add a score display to Pong using DVUI, a native Zig UI framework. The scoring logic was …
Change of Plans
I was going to dive into menus and UI, but after sharing the early version of Pong on ziggit.dev , I got …
I like writing blog posts, particularly about code, and I like to link to code on my repo from my blog post. I do this a …
In my previous post , I used hugo to generate correctly linked, always up to date descriptions for my YouTube Videos. …
In this part, we round out the core gameplay of our Pong clone in Zig using raylib. By the end, we’ve got a …
While building a little tool to sync up YouTube video descriptions from hugo , I needed a library to read and write …
In Part 1 we set up the basics: a window, paddles, and a ball. In this episode, we go one step further and get the ball …
Uploading and setting up YouTube videos is fiddly. There are a lot of things to get right - title, description, …
It’s funny how much can change in a moment. There was once a ship that was happy. It had sharp edges and a soft …
I tend to be pretty impatient and when I’m doing something, I want to just finish it off. Unfortunately, the world …