We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
popcorn
!language...too bad that only works in the chat =X It's ok no need to apologies! Casey is using…
»
Steve
Please accept my apologies for my ignorance on this. I have started learning C from a textbook an…
»
Simon Anciaux
Hi, When we gather the 4 pixels used in bilinear sampling, shouldn't we pick different pixels ba…
»
Jerry Siebe
To illustrate what I tried (and probably failed) to describe above, I added a PushRectOutline to …
»
Jerry Siebe
I'm going to say this is being caused by the perspective rendering, and will go away with orthogr…
»
Paul
There's definitely something going on in the ground textures, here's what the guy in the Q&A …
»
Casey Muratori
Miblo brought it up on the pre-stream, so it got fixed! Should be in day 111's source. - Casey
»
John Lorre
Well to be fair, VSCode seems to be aimed at web development. So it makes some sense. And it coul…
»
Jez
Hi Casey, Any chance of a change to the additions you made yesterday on the v3 union. I've no i…
»
Mārtiņš Možeiko
Why would anybody would want to use Visual Code app which running JavaScript for all its logic? I…
»
popcorn
Maybe a community will add a C++ visual gdb debugger for the VS Linux version?? That would be aw…
»
Mārtiņš Možeiko
While having bunch of new tools nice effort from MS, I feel that these tools are made with wrong …
»
John Lorre
Regarding the new C++ features. If trying to stay cross platform compatible, one has to be carefu…
»
Mārtiņš Možeiko
I would not recommend updating to RC. While they fix bunch of bugs which is nice, it is still RC.…
»
Mārtiņš Možeiko
The best part it will be open-sourced with MIT license. That is very good. In case there will be …
»
Juliano
The release candidate version of Visual Studio was announced/released yesterday during the build …
»
John Lorre
Time for Casey to switch to Linux, we finally got a nice debugger! (Okay, I'm joking about the fi…
»
Fred
Right, I just saw that. Ah well...
»
Kirill Basin
It does not compile/debug C or C++, only highlights syntax. It's mostly for web development.
»
Fred
Msft just announced that Visual Studio Code app, supposedly it's a free editor/debugger that work…
»
Oliver Marsh
hey, I think we eventually changed the Assert to an if statement, so the game only slept if we w…
»
Jay
Hi. I am on day 18 and when I run Casey's code it triggers his Assert on test seconds being less…
»
Mārtiņš Možeiko
On page 5 those symbols don't mean anything. If you look at first equation - (x1-x2)/(y1-y2) = (x…
»
elle
I'm reading the aforementioned articles by Chris Hecker and have a couple of simple questions: P…
»
Nick Kovac
Thanks Finalspace and Casey for your responses. Finalspace, I didn't realise before that specula…
»
Mārtiņš Možeiko
No problem. When debugging remember to verify every single assumption you made if you find that s…
»
Ruy Calderon
Hahaha!! Yes, that is the very problem... I looked at the old version of the function again and f…
»
Mārtiņš Možeiko
What does "the distance it has to travel to get to the end of the allocated block is not constant…
»
Ruy Calderon
That's the very thing that is so strange about the bug! That was the first thing I did and it is …
»
Mārtiņš Možeiko
Hm, hard to see what is the problem. Use the debugger - put assert before statement that crashes:…
»