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.
Jonathan Loiterman
I tried adding the ellipse code to StretchDIBits too and got the same result. The nearest I can te…
»
Dan
Would anyone know of any decent stand alone debuggers for OSX that can use LLDB? (I don't think X…
»
Jonathan Loiterman
I'm trying to attach the code here using the Attachments tool. there is a line of code instered th…
»
Gav
Try sticking the following directly after the StretchDIBits code within the same function: In my …
»
Gav
The Circle is drawing straight to screen and not using the backbuffer I guess, as you're getting a…
»
Gav
Thanks all @jloiterman - No, afraid not. I just like to know the finite detail of how things work …
»
Jonathan Loiterman
I think OP was trying to do something similar to me in my Windows/Debugger post today. Just trying…
»
Jonathan Loiterman
Sorry, seems like uploading the .cpp file is not working either for some reason. Not sure what the…
»
Jonathan Loiterman
Thanks so much for anyone who has the patience to read this. So, I'm on day 5 of Handmade Hero, an…
»
Jeff Buck
Whoops, looks like nxsy posted the same problem while I was typing mine up. At least we recommende…
»
Jeff Buck
A few days ago, Casey added a size_t type declaration for memory_index to handmade_platform.h. For…
»
Neil Blakey-Milner
On day 34, the following line was added to handmade_platform.h: This causes a compilation error w…
»
Nines Baobaberson
One thing Casey mentioned at one point, I think, was the idea of a config file that people could …
»
Lance T Hildebrand
I would love to see more about it. I feel that windows is in dire need of (more) good text editors…
»
Patrick Lahey
I thought this post was really insightful (it was written when Atom was announced): It talks abou…
»
Casey Muratori
I'll see what I can do!Casey
»
Casey Muratori
Awesome! Do you have a demo video anywhere we can check out?Casey
»
Casey Muratori
Historically, the device context was a handle Windows used to allow you to set the state of the gr…
»
Patrick Lahey
Absolutely this: One source of complexity is simply code volume - the more code there is the hard…
»
Bigpet
The microsoft documentation is really not that bad if you follow the link that Nimbal posted you w…
»
Lenny
I've overheard Casey(and Jonathan Blow) mention several times throughout their streams about writi…
»
Gav
Thanks. So Casey said its a Handle to a Device Context which is opaque to the user. So we should …
»
Benjamin Kloster
I think does an adequate job of explaining device contexts. To paraphrase, a device context is Wi…
»
Gav
Fair point...didnt think of that. Thanks. But if anyone feels like elaborating more on the answe…
»
Roderic Bos
You can watch it again for another 2 weeks in the twitch past broadcasts section;
»
Gav
Hi Pre-stream yesterday I asked a question regarding the definition of HDC which Casey kindly resp…
»
Benjamin Kloster
A game's popularity is often determined by marketing, not by feature set. In my mind, rebindable…
»
Ianuarius
I don't think control schemes for games nowdays are poorly implemented or complex. Well, yes, I'd…
»
sinsizer
@cmuratori could you add a few minutes at the end of the main stream, walk over the code and summa…
»
Andrew Bromage
I don't think that anyone in this thread has disputed the idea that thorough knowledge of assembl…
»