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.
Simon Anciaux
There isn't a right answer. It depends on the situation and what coding style you like. If there …
»
longtran2904
So what if I flip the question, why bother to use discriminated union at all and don't just put a…
»
ratchetfreak
Unions are trickier to view in a debugger and shrinking data is only useful when there is someth…
»
longtran2904
Why didn't Casey just combine all the possible data into one big discriminated union and have mul…
»
ratchetfreak
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…
»
»
Mārtiņš Možeiko
If you're asking specifically about HH code then it does not do any encryption - it just reads pa…
»
Simon Anciaux
Does 4coder works out of the box (from a new installation) ? If you delete custom_4coder.dll from…
»
Opoiregwfetags
I've seen some episodes about the asset streaming but I don't quite understand the idea. I get th…
»
Mārtiņš Možeiko
PhillipThe empirical tests Mason mentions there imply that WS_POPUP is doing something to make co…
»
Finalspace
Hi there, just a little info here: I will be very busy this summer and will focus more on my fam…
»
Phillip Trudeau-Tavara
mmozeikoOnly way to enable exclusive fullscreen is to use Direct3D [...] "Exclusive Fullscreen" m…
»
Mārtiņš Možeiko
... "exclusive fullscreen" mode -- the only window display mode that bypasses Windows's composito…
»
Phillip Trudeau-Tavara
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…
»
Mārtiņš Možeiko
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…
»
Dawoodoz
mmozeiko Anyways - what I want to say, there is no need to worry about magic "error margin of hal…
»
Rafael
notnullnotvoid Those screenshots confirm it's definitely an alpha issue. The dark outline around …
»
Miles
Those screenshots confirm it's definitely an alpha issue. The dark outline around the clouds is a…
»
x13pixels
x13pixelsVawxDebugging main variable "f" causes hang indefinitely. I think it has to do with "ifs…
»
Rafael
notnullnotvoidIt sounds like you might be rendering in a way that creates overlapping alpha edges…
»
x13pixels
VawxDebugging main variable "f" causes hang indefinitely. I think it has to do with "ifstream". …
»
Miles
GridThe pixel art I'm trying to work with has blocky tiles that need to be right next to each oth…
»
Jens
How do you convert a float to a string? Ah well, let's deal with that later and just do printf("…
»
Mārtiņš Možeiko
There is no need for imageLoad for that. imageLoad is meant for different purpose. a) you can si…
»
Rafael
Hi, first of all thank you mmozeiko for that blog post - it is very informative and I haven't yet…
»