I know that there are a lot of Zig enthusiasts who are also doing game development. I’ve recently found myself becoming the core maintainer of godot-zig
. The original developer has gone awol and hasn’t been seen for almost 6 months after probably 12 months of very little attention.
For those who are wondering: godot-zig
is a Zig binding for the Godot Engine that allows you to write code for Godot using Zig.
I’ve forked it over to GitHub - Doubleword-Labs/godot-zig: Zig bindings for Godot 4 and it’s already got some issues/PRs coming in.
I’ve been doing a lot of refactoring as part of trying to understand the whole codebase, especially the codegen. I have also been reading the codebases of the Rust and Swift bindings for Godot for inspiration.
It still needs a lot of work, and I have to figure out how to remove usingnamespace
which it currently relies on to work.
If you feel like you might be able to contribute in any way, even if it’s just advice, please reach out to me.
Zig is a promising language for this application. I think it rivals the productivity of gdscript in a lot of ways. Check out the examples repo. As long as you have the latest stable version of Godot (4.4.1) it should work.
Cheers