We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5512ee commit eb634ccCopy full SHA for eb634cc
_posts/devlog/2025-04-30-zig-linking-dear-imgui.md
@@ -6,7 +6,7 @@ banner: /assets/img/2025-04/c_programming_language_striked_by_lightning.png
6
categories: devlog zig
7
---
8
9
-I have come to find that apparantly, linking Dear ImGui isn't as straight forward as I thought.
+I have come to find that apparently, linking Dear ImGui isn't as straight forward as I thought.
10
While working on my new rendering engine [Z8](https://github.com/MrScriptX/z8), I had to reimplement Dear ImGui.
11
I have been using it in C++ for a while now, and I thought it would be easy to just link it in Zig.
12
And well, it wasn't too hard really, but I had to figure out a few things along the way.
0 commit comments