You can grab it from here: Enjoy.
Thanks SIMPalaxy & mrmixer!
I don't see knowing Russian language helped me be better or worse programmer. Learning programming…
itzjac —
Side note 2. I strongly believe that your mother language helps or complicates learning new stuff…
Thanks, I forgot about clip space. I was combining clip space and NDC space into the same thing.
You were right ! I was indeed one version more behind, 0.7.2 work for me :)
Whenever Casey got this kind of warning on stream, he fixed it by changing variable name. Which ma…
spx —
woops nevermind, the old version doens't work either. They were definetly working before. I must …
Codeclap 0.8.3 fails on my computer. here is the backtrace when launched for a hello world : I'm…
it's the w value in clipspace, which is cameraspace transformed with the projection matrix. no the…
alfred —
I am getting similar problem with compiling source from episode 20. It is: My setup is similar (V…
Hi, I'm trying to project the mouse position from screen space into world space, and I've come acr…
When I'm trying to create new file into new directory nothing happen. File is successfully saved, …
spx —
Same here (and the problem with the exe seems to be identical). I may have to do some further inv…
Sara —
Strange. I downloaded msys2 and performed: and compiled with your invocation and still doesn't wo…
I see, thanks for your answer :).
With clang from msys2 project this works for me: Here are versions of binaries I used: C:\msys2\…
spx —
That's what i figured and of course is logical but that also means that I currently don't know a …
ld.exe is from binutils. Binutils does not know anything about MSVC linker arguments or generating…
spx —
Yes that seems to be the case. Omitting lld.exe produces a working program. That brings me to a) …
Did you try writing exact same bytes as he did, or this is your custom thing you wrote? To diagnos…
Sara —
I also had issues using lld linker from LLVM, rather than the default ld from binutils. For exampl…
spx —
Still having issues here :( I tried using the smallest program one can imagine Just to be sure I …
In the three part series of the "Programming a x64 compiler from scratch", the first part confused…
spx —
Thanks for pointing that out. Out of my head I think that this is expected behavior but something…
joe513 —
Thanks for the release trying it out now. One issue that I am having that existed in 0.7.2 also is…
spx —
Thanks for the clarification. When explicitly checking clang compatibility I will make sure to als…
Sara —
I too downloaded clang from I downloaded mingw from The was to make clang use mingw headers ins…
spx —
The difference for normal debugging is probably rather small compared to 0.7.6. However 0.9 will …
spx —
I am pretty certain that there are at least a few issues with clang generated executables (on Wind…