Jacob —
I think the issues are useful for communicating to others who might already be working on annotati…
Mox —
I guess that is what OOP does with your mind, I dind't even consider straight overloading as a goo…
Mox —
If I remember correctly you actually need to check for HalfTransitionCount > 0 for key changes. HT…
Thanks, the video helped alot.
Try /STACK linker argument: Search is a hidden feature in this forum:
itzjac —
Hi, Sorry to join so late to the party. I have a very basic question regarding day 005 and how to…
people —
Some platforms don't seem to have an option to do rendering from the bottom up like on windows. Th…
Another great resource is "Fluid flow for the rest of us" (). It takes the math, which to some may…
I think I got it now :) Thanks for the answer
You mentioned that the fact that PushBitmap() Pushes elements onto a queue, later in the render p…
Ok, yeah I guess currently race condition won't give any big issues. Except with minor issue - it …
That is definitely a mistake - please remind me to fix it on stream if you remembe :) I will try…
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…