I would also point out that there is a third option, which is that if you want your fluid simulati…
Well, I guess the thing I would ask is, what is the benefit of making an "object" any more formal …
#define is simple text-replacement. C/C++ preproecssor doesn't care what is inside #define, it jus…
Hi everyone, I'd like for someone to explain me how the #define and typedef etc work for the funct…
Cheers, chaps. Okay, yep, let's see what the others think. My workflow is out of the window at the…
For example, a stack preservation scheme would trail automatic cleanup of local variables behind o…
Issues is something we decided to due so we don't have multiple people working on the same episode…
Ah! So he checks if EndedDown is true (if the key is down), then HalfTransitionCount is the amount…
Building a memory manager is desirable, especially if a requirement is to allocate memory limits d…
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…
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…
So.... How long until Casey gets to analyzing voice for speech to text?
Hey everyone, I was trying to implement a GUI system and I ended up with the idea of allocating it…
The stl allocator interface has been cleaned up a lot lately. I was particularly pleased that the …
They sort-of thought about this, in the sense that the language supports custom new/delete and …
Someone on the last stream asked a question about accurate fluid simulation. If anyone is interest…
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
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 …
Hello, Sailors! I thought it was pretty interesting how Casey tied the keyboard to mimic controlle…
I must have missed that episode :) It would be a very cool to have such a feature. That would put …
You're right about statics. Even in local functions that attempt to initialize new static structs,…
@people: Yes, it is Handmade Hero. I still need to remind myself that "not invented here" actually…
Alright, I can jump aboard that. Especially coming from someone who's been in the industry and has…