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.
x13pixels
Additional bug fixes and improvements now available as 0.3.5.3. I appreciate the feedback as alway…
»
Simon Anciaux
In the it's recommended to create a file in the root directory so that if you launch it from the…
»
Simon Anciaux
There isn't a right answer. It depends on the situation and what coding style you like. If there a…
»
longtran2904
So what if I flip the question, why bother to use discriminated union at all and don't just put al…
»
ratchetfreak
Unions are trickier to view in a debugger and shrinking data is only useful when there is somethin…
»
longtran2904
Why didn't Casey just combine all the possible data into one big discriminated union and have mult…
»
ratchetfreak
Because online projects are done by amateurs using materials available to amateurs. This means ard…
»
Ryan
I'm curious to know how development of embedded systems works. Google searching Embedded Software…
»
Max
Hi! Thanks for the response! I got it working. It looks like when I called buildsuper_x64-win.bat…
»
Opoiregwfetags
Thanks a lot! <3
»
Mārtiņš Možeiko
If you're asking specifically about HH code then it does not do any encryption - it just reads par…
»
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 tha…
»
Mārtiņš Možeiko
WS_POPUP style simply makes window to not have title area - the one you can hold & drag window ar…
»
Finalspace
Hi there, just a little info here: I will be very busy this summer and will focus more on my famil…
»
Phillip
I see. If I understand correctly, then Mason's article and my post were using the phrase "exclusi…
»
Mārtiņš Možeiko
Exclusive fullscreen is not only mode where Windows bypasses compositor for your window. Starting…
»
Phillip
You have to do a "Low Level Keyboard Hook" and then write the screenshot function yourself. Hey t…
»
Max
Hi, I have recently begun using 4coder and it seems really cool so far! I have been trying to cust…
»
Mārtiņš Možeiko
Any UI framework/library will allow to do that. There is nothing really special about that. Just h…
»
Hui
Hi, I am building some app the core logic is like: The logic is fairly simple, now I need to put …
»
Miles
If you want to be believed (especially given your track record of making similar incorrect claims…
»
Dawoodoz
It's quite a common bug in OpenGL.
»
Rafael
You are right - Now I am using premultiplied alpha and the sprites are looking much better! :D I…
»
Miles
Those screenshots confirm it's definitely an alpha issue. The dark outline around the clouds is al…
»
x13pixels
Appreciate the test case. I'll get this taken care of.[/quote] Updated release with a fix for thi…
»
Rafael
I think this is not the case but maybe I'm wrong so I'll try to elaborate with images. There are …
»
x13pixels
Appreciate the test case. I'll get this taken care of.
»
Miles
That will go away when rounding vertices but that defeats the whole purpose of subpixel rendering…
»
Jens
How do you convert a to a string? Ah well, let's deal with that later and just do to buffer! As …
»