I've never done a complex entity system, so I'm trying to understand your points. I'm not trying …
You're totally right that you still have to check the discriminator often, particularly because--…
Miles —
Ryan, I'm not sure I understand what you mean about reducing code by not using unions. If the dat…
Thanks for the update, Macoy! Hope the move went well.
A big drawback I've found with the discriminated union approach in the past is that it requires a…
For C3 I wanted to address the problem of commenting out code using block comments.
In a good ov…
It has been already ten years since the first commit!
I have written a retrospective article abo…
I moved from the West Coast to the East Coast. It was a busy time and I still don't have a desk o…
Additional bug fixes and improvements now available as 0.3.5.3. I appreciate the feedback as alwa…
In the getting started article it's recommended to create a build.bat file in the root directory …
There isn't a right answer. It depends on the situation and what coding style you like. If there …
So what if I flip the question, why bother to use discriminated union at all and don't just put a…
Unions are trickier to view in a debugger
and shrinking data is only useful when there is someth…
Why didn't Casey just combine all the possible data into one big discriminated union and have mul…
Because online projects are done by amateurs using materials available to amateurs. This means ar…
Ryan —
I'm curious to know how development of professional embedded systems works. Google searching Embe…
Max —
Hi! Thanks for the response!
I got it working. It looks like when I called buildsuper_x64-win.b…
If you're asking specifically about HH code then it does not do any encryption - it just reads pa…
Does 4coder works out of the box (from a new installation) ?
If you delete custom_4coder.dll from…
I've seen some episodes about the asset streaming but I don't quite understand the idea. I get th…
PhillipThe empirical tests Mason mentions there imply that WS_POPUP is doing something to make co…
Hi there,
just a little info here: I will be very busy this summer and will focus more on my fam…
mmozeikoOnly way to enable exclusive fullscreen is to use Direct3D [...] "Exclusive Fullscreen" m…
... "exclusive fullscreen" mode -- the only window display mode that bypasses Windows's composito…
TL;DR: You have to do a "Low Level Keyboard Hook" and then write the screenshot function yourself…
Max —
Hi, I have recently begun using 4coder and it seems really cool so far!
I have been trying to cu…
Any UI framework/library will allow to do that. There is nothing really special about that. Just …
Hui —
Hi,
I am building some app the core logic is like:
1[capture some images] => [detect objec…
Miles —
DawoodozIt's quite a common bug in OpenGL.
If you want to be believed (especially given your tra…