32 lines
825 B
Markdown
32 lines
825 B
Markdown
---
|
|
title: "SDL Game in Zig"
|
|
image: ""
|
|
type: "page"
|
|
date: "2025-01-10"
|
|
lastmod: 2025-10-03T16:19:07-06:00
|
|
---
|
|
|
|
# Zig Game Dev with SDL2
|
|
|
|
I'm (was) making a game in Zig! Currently getting back into Zig.
|
|
|
|
Watch me [stream on Twitch](https://twitch.tv/fosscat), or the embed below!
|
|
|
|
Repo for the project is [on my gitea](https://git.fosscat.com/n8r/zsdl)
|
|
|
|
<div id="twitch-embed"></div>
|
|
|
|
<!-- Load the Twitch embed JavaScript file -->
|
|
<script src="https://embed.twitch.tv/embed/v1.js"></script>
|
|
|
|
<!-- Create a Twitch.Embed object that will render within the "twitch-embed" element -->
|
|
<script type="text/javascript">
|
|
new Twitch.Embed("twitch-embed", {
|
|
width: 854,
|
|
height: 480,
|
|
channel: "fosscat",
|
|
// Only needed if this page is going to be embedded on other websites
|
|
parent: ["fosscat.com"]
|
|
});
|
|
</script>
|