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.
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 …
»
Mārtiņš Možeiko
There is no need for imageLoad for that. imageLoad is meant for different purpose. a) you can simp…
»
Rafael
Hi, first of all thank you mmozeiko for that blog post - it is very informative and I haven't yet …
»
Dawoodoz
Trial and error by tweaking formulas won't solve the problem, because each OpenGL driver interpret…
»
Kyle
using namespace std; class FTestFile{ public: FTestFile() {} FTestFile(string file_path); const c…
»
Abhaya Uprety
Hey @Dawoodoz, I have been sitting on this for weeks, and haven't responded yet. Just couldn't squ…
»
Mārtiņš Možeiko
That is handled in asset builder - when it parses wave file and prepares sound asset for runtime, …
»
Terans
Hi, in the audio mixer, we do a linear interpolation between two samples, but how does Casey handl…
»
Mārtiņš Možeiko
There was good article describing this technique in details here: (follow the other articles it l…
»
Rafael
I'm trying to implement the pixel shader Casey discusses in the episode "Pixel Art Games and nSigh…
»
Simon Anciaux
What I meant was that after the RDTSCP instruction there are some instruction to convert the resu…
»
Mārtiņš Možeiko
It is called like that because it runs with same frequency - regardless of how fast actually core …
»
Tim
Thanks for the response! At first I thought it was because of the different time-scaling with HPE…
»
Ryan Fleury
Hello, everyone! I hope everyone is doing well! It has been another busy month in the Network, and…
»