Publishing from hugo to dev.to
732 words, ~2 min read
I have been pondering federating parts of my blog to dev.to for a bit more visibility.
However, I had a couple of …
words on sand
from shri at drone-ah.com
I have been pondering federating parts of my blog to dev.to for a bit more visibility.
However, I had a couple of …
As part of building shine , I am using lume and webassembly with zig.
zig, through emscripten generates both a js …
The next step for shine is to build a bridge between zig and javascript .
I am currently planning to using …
I’ve been taking some time off to rest and recover from health issues that made it hard to focus. To ease back in, I’ve …
In this one, we’ll tidy up our Pong implementation by addressing three key issues:
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 …