ChanServ changed the topic of #zig to: zig programming language | ziglang.org | be excellent to each other | channel logs: https://irclog.whitequark.org/zig/
Ichorio has quit [Ping timeout: 260 seconds]
<MajorLag_>
Well, VSBuildTools does contain DIA SDK, so hopefully I can hook into that. We'll see.
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<andrewrk>
MajorLag_, that's a great place to start. hopefully one day we can even improve that to make it so you don't need vsbuildtools
<andrewrk>
in practice, at least for the next few months, zig users on windows will have msvc installed
<andrewrk>
uhhh actually maybe not
<andrewrk>
hmmm
<MajorLag_>
well to be fair I do have parts of the build tools so I can link with SDL properly. Haven't managed to get it linked statically yet, but LLVM isn't erroring in a helpful way so that can wait.
<MajorLag_>
Ultimately I'd like to replace SDL with something smaller that calls native APIs directly so I can get small single-executable games built.
<MajorLag_>
...among all the other things I want to build I suppose...
<MajorLag_>
Last I tried I don't think I could link against MinGW libs, but that would also be acceptable.
<andrewrk>
I plan on making a pure zig glfw competitor soon
<andrewrk>
it wouldn't give you as much as sdl but you'd get a window and an open gl context
<andrewrk>
and I'll port libsoundio to zig too
sepisoad has joined #zig
tridactyla has quit [Remote host closed the connection]
tridactyla has joined #zig
sepisoad has quit [Read error: Connection reset by peer]
SimonNa has joined #zig
davr0s has joined #zig
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
davr0s has joined #zig
dd3 has joined #zig
jfo has joined #zig
jfo has quit [Client Quit]
lqd has joined #zig
sepisoad has joined #zig
sepisoad has quit [Read error: Connection reset by peer]
sepisoad has joined #zig
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
davr0s has joined #zig
arBmind has joined #zig
<MajorLag_>
Should I document the pointer reform syntax ideas we'd discussed here in the thread? More perspectives on the deref operator might be useful, but maybe the deref operator thing should be a separate issue.
sepisoad has quit [Read error: Connection reset by peer]
sepisoad has joined #zig
sepisoad has quit [Read error: Connection reset by peer]
arBmind has quit [Ping timeout: 240 seconds]
<izabera>
why don't you just link against pcre or re2 or oniguruma or ...?
<izabera>
sorry that was about the start of the regex implementation in zig
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
davr0s has joined #zig
davr0s has quit [Client Quit]
arBmind has joined #zig
return0e_ has quit [Read error: Connection reset by peer]
return0e has joined #zig
davr0s has joined #zig
Ichorio has joined #zig
<andrewrk>
MajorLag_, sure! I would appreciate that
<andrewrk>
I've been really focused on coroutines
<andrewrk>
this is one of the hardest programming problems I've ever had to solve
<andrewrk>
it's not surprising it's taking c++ so long to get them
arBmind has quit [Quit: Leaving.]
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
davr0s has joined #zig
cenomla has joined #zig
sepisoad has joined #zig
sepisoad has quit [Read error: Connection reset by peer]
sepisoad has joined #zig
sepisoad has quit [Remote host closed the connection]
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<andrewrk>
MajorLag_: thanks for the writeup
<MajorLag_>
no problem
cenomla has quit [Quit: cenomla]
<GitHub0>
[zig] bnoordhuis opened pull request #780: add support for stack traces on macosx (master...macho) https://git.io/vAB8C