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.
Steve
Thanks a lot for the detailed explanations. I will keep an eye out for those things you mentioned,…
»
Simon Anciaux
As COD3 said, handmade hero is mostly C (ANSI C if I'm correct not C99 or later). . No concept in …
»
popcorn
!language...too bad that only works in the chat =X It's ok no need to apologies! Casey is using C…
»
Steve
Please accept my apologies for my ignorance on this. I have started learning C from a textbook and…
»
Simon Anciaux
Hi, When we gather the 4 pixels used in bilinear sampling, shouldn't we pick different pixels base…
»
Jerry Siebe
To illustrate what I tried (and probably failed) to describe above, I added a PushRectOutline to d…
»
Jerry Siebe
I'm going to say this is being caused by the perspective rendering, and will go away with orthogra…
»
Paul
There's definitely something going on in the ground textures, here's what the guy in the Q&A end o…
»
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 could…
»
Jez
Hi Casey, Any chance of a change to the additions you made yesterday on the v3 union. I've no idea…
»
Mārtiņš Možeiko
Why would anybody would want to use Visual Code app which running JavaScript for all its logic? It…
»
popcorn
Maybe a community will add a C++ visual gdb debugger for the VS Linux version?? That would be awe…
»
Mārtiņš Možeiko
While having bunch of new tools nice effort from MS, I feel that these tools are made with wrong t…
»
John Lorre
Regarding the new C++ features. If trying to stay cross platform compatible, one has to be careful…
»
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 b…
»
Juliano
The release candidate version of Visual Studio was announced/released yesterday during the build c…
»
John Lorre
Time for Casey to switch to Linux, we finally got a nice debugger! (Okay, I'm joking about the fir…
»
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 works…
»
Oliver Marsh
hey, I think we eventually changed the Assert to an if statement, so the game only slept if we we…
»
Jay
Hi. I am on day 18 and when I run Casey's code it triggers his Assert on test seconds being less t…
»
Mārtiņš Možeiko
On page 5 those symbols don't mean anything. If you look at first equation - (x1-x2)/(y1-y2) = (x4…
»
elle
I'm reading the aforementioned articles by Chris Hecker and have a couple of simple questions: Wh…
»
Nick Kovac
Thanks Finalspace and Casey for your responses. Finalspace, I didn't realise before that speculati…
»
Mārtiņš Možeiko
No problem. When debugging remember to verify every single assumption you made if you find that so…
»
Ruy Calderon
Hahaha!! Yes, that is the very problem... I looked at the old version of the function again and fo…
»
Mārtiņš Možeiko
What does "the distance it has to travel to get to the end of the allocated block is not constant"…
»