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.
Casey Muratori
I would also point out that there is a third option, which is that if you want your fluid simulati…
»
Casey Muratori
Well, I guess the thing I would ask is, what is the benefit of making an "object" any more formal …
»
Mārtiņš Možeiko
#define is simple text-replacement. C/C++ preproecssor doesn't care what is inside #define, it jus…
»
Dries Lamberechts
Hi everyone, I'd like for someone to explain me how the #define and typedef etc work for the funct…
»
Matt Mascarenhas
Cheers, chaps. Okay, yep, let's see what the others think. My workflow is out of the window at the…
»
noxy_key
For example, a stack preservation scheme would trail automatic cleanup of local variables behind o…
»
Dustin Specht
Issues is something we decided to due so we don't have multiple people working on the same episode…
»
Jesse Coyle
Ah! So he checks if EndedDown is true (if the key is down), then HalfTransitionCount is the amount…
»
noxy_key
Building a memory manager is desirable, especially if a requirement is to allocate memory limits d…
»
Miguel Lechón
Hi Miblo, glad to hear your laptoplessness is about to come to an end.Issues are useful as a centr…
»
Mox
Hi Zilarrezko, I do believe that the code Casey wrote has a way to check for state change of a key…
»
robby
:ohmy: thanks i didn't see that!
»
Mox
Hi, I know OOP is a black sheep here, but I would like to hear your views on some of the simpler f…
»
Matt Mascarenhas
Hi folks, great to see that there's been a bunch of activity in the repo while I've been languishi…
»
Mox
This might be what Casey would have to say on this matter:
»
Adam
Thanks for the responses guys, lots of stuff for me to look into. I'll probably not go the straigh…
»
Jesse Coyle
So.... How long until Casey gets to analyzing voice for speech to text?
»
Oliver Marsh
Hey everyone, I was trying to implement a GUI system and I ended up with the idea of allocating it…
»
Raxfale
The stl allocator interface has been cleaned up a lot lately. I was particularly pleased that the …
»
Andrew Bromage
They sort-of thought about this, in the sense that the language supports custom new/delete and …
»
Andrew Bromage
Someone on the last stream asked a question about accurate fluid simulation. If anyone is interest…
»
Mārtiņš Možeiko
I'm catching up with latest episodes and want to point to couple of issues with asset code. If som…
»
Kyle
That was it, thank you very much
»
Mārtiņš Možeiko
You probably did not change C/C++ runtime for VS2015 project to use statically linked C/C++ runtim…
»
Kyle
I am following the series, and out of curiosity I went into VS2015, created a new project, loaded …
»
Jesse Coyle
Hello, Sailors! I thought it was pretty interesting how Casey tied the keyboard to mimic controlle…
»
noxy_key
I must have missed that episode :) It would be a very cool to have such a feature. That would put …
»
noxy_key
You're right about statics. Even in local functions that attempt to initialize new static structs,…
»
Kim Jørgensen
@people: Yes, it is Handmade Hero. I still need to remind myself that "not invented here" actually…
»
Jesse Coyle
Alright, I can jump aboard that. Especially coming from someone who's been in the industry and has…
»