30 lines
713 B
Markdown
30 lines
713 B
Markdown
|
---
|
||
|
title: "SDL Game in Zig"
|
||
|
image: ""
|
||
|
type: "page"
|
||
|
---
|
||
|
|
||
|
# Zig Game Dev with SDL2
|
||
|
|
||
|
I'm making a game in Zig!
|
||
|
|
||
|
Watch me stream it [here](https://twitch.tv/fosscat), or below!
|
||
|
|
||
|
Repo for the project is [here](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>
|