You can grab it from here: https://remedybg.itch.io/remedybg
Enjoy.
Thanks SIMPalaxy & mrmixer!
I don't see knowing Russian language helped me be better or worse programmer. Learning programmin…
So almost all the learning I did was from books (mostly in russian).
Side note 2.
I strongly be…
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 m…
spx —
albatrosI'm falling back on last version on the meantime.
Don't hesitate to ask me if I can be of…
Codeclap 0.8.3 fails on my computer.
here is the backtrace when launched for a hello world :
/h…
1. it's the w value in clipspace, which is cameraspace transformed with the projection matrix.
2…
I am getting similar problem with compiling source from episode 20. It is:
1warning c4456: declar…
Hi,
I'm trying to project the mouse position from screen space into world space, and I've come …
When I'm trying to create new file into new directory nothing happen. File is successfully saved,…
spx —
SaraPandaStrange. I downloaded msys2 and performed: 1pacman -S mingw-w64-x86_64-clang mingw-w64-x…
Sara —
Strange. I downloaded msys2 and performed: 1pacman -S mingw-w64-x86_64-clang mingw-w64-x86_64-lld…
I see, thanks for your answer :).
With clang from msys2 project this works for me:
1clang.exe -fuse-ld=lld -target x86_64-windows-g…
spx —
mmozeikold.exe is from binutils. Binutils does not know anything about MSVC linker arguments or g…
ld.exe is from binutils. Binutils does not know anything about MSVC linker arguments or generatin…
spx —
SaraPandaI also had issues using lld linker from LLVM, rather than the default ld from binutils.
…
Did you try writing exact same bytes as he did, or this is your custom thing you wrote?
To diagno…
Sara —
I also had issues using lld linker from LLVM, rather than the default ld from binutils.
For examp…
spx —
Still having issues here :(
I tried using the smallest program one can imagine
1
2
3
4int main(i…
In the three part series of the "Programming a x64 compiler from scratch", the first part confuse…
spx —
joe513For example if I have an array like "char buffer[8096]" and add buffer to the expression wi…
Thanks for the release trying it out now.
One issue that I am having that existed in 0.7.2 also…
spx —
Thanks for the clarification. When explicitly checking clang compatibility I will make sure to al…
Sara —
I too downloaded clang from http://releases.llvm.org/download.html
I downloaded mingw from https:…
spx —
albatrosAwesome, can't wait to try it :)
The difference for normal debugging is probably rather …
spx —
I am pretty certain that there are at least a few issues with clang generated executables (on Win…