ziglua icon indicating copy to clipboard operation
ziglua copied to clipboard

new to zig and don't know how to use.

Open starwing opened this issue 2 months ago • 2 comments

Hi, I'm new to zig and want to find a way to make Lua C module in zig, I found this great repo but I don't know how to use it.

I'm using zig 0.11 because it's the latest release on its GitHub page and Homebrew package manager. But it seems do not support zig fetch.

After some dig I realize I should write up the build.zig.zon and calculate the hash myself, is that right? but I cannot find any easy way to make up them.

So is it the right time to use zig? or I just wait 0.12 to release? or maybe I should build zig 0.12 myself instead of using official release?

zig is looking like a great language, but it's too hard to use :-(

starwing avatar Apr 14 '24 09:04 starwing