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.
strangezak
Wow, huh. Seems like something is off in either FreeType or the OpenGL font rendering, i dont kno…
»
Jeroen van Rijn
miotatsu Kelimion Your reasons why also remind me of this thread by Agner Fog about the possibili…
»
Petteri Linnakangas
Hey, I just recently upgraded my machine and now 4coder won't render text anymore. It starts up j…
»
Mārtiņš Možeiko
I have worked on pretty big C++ codebase on Windows, Linux, OSX (not a game though). We compiled …
»
Marc Costa
I've usually found that when starting a new project there is a bit of friction between different …
»
Casey Muratori
I think there is a misunderstanding here about how the CPU/GPU pipeline works. The CPU and GPU a…
»
Zachary
I _really_ hope he posts audio.
»
Zachary
Sorry in advance. "...but it sounds like you are perhaps confused about what is going on..." Na…
»
Casey Muratori
I can't say for sure since I may be misunderstanding you, but it sounds like you are perhaps conf…
»
Andrew Bromage
A variant on the X macro is the "header file of macro calls", which I learned from the Clang sour…
»
The_8th_mage
Those are not ideological, those are problems of not being able to edit the function in a fast wa…
»
Andrew Bromage
This piece from IT Hare has some very good advice on fighting compiler warnings. See Example 3 in…
»
Jesse
Is the large function causing actual (vs ideological) problems unrelated to the problem it's solv…
»
yon
Yeah I agree it's not a fair comparison when Windows comes shipped on your laptop and is already …
»
socapex
Linux isn't a great desktop OS, that is all. It wasn't really meant for that anyways. It's great …
»
Neo Ar
Kelimion Your reasons why also remind me of this thread by Agner Fog about the possibility of cre…
»
Flyingsand
adge Flyingsand I do it slightly differently however. In my case, I have a CVDisplayLink callbac…
»
graeme
There probably aren't any easy answers with this, but my preference lately has been to leave them…
»
The_8th_mage
Hello everyone Casey's compression oriented programming advices that code that is written multipl…
»
Adrian
Flyingsand I do it slightly differently however. In my case, I have a CVDisplayLink callback for…
»
graeme
CaptainKraft Arch isn't for everyone, but I promise you that if you go through their install proc…
»
Zachary
Hey Casey, Thanks for your response! The reason for this is that I fin...er a constant update e…
»
Mārtiņš Možeiko
"while (ev)" is simply checking is ev variable NULL or not NULL. It's part of "do { ... } while (…
»
Flyingsand
adge God I'm an idiot! Yeah I set the delegates the wrong way. It works now perfectly fine. But…
»
Casey Muratori
In HH we haven't really looped back around to finalize our platform layer, and probably won't for…
»
Casey Muratori
Did you check to see that you actually got an OpenGL context? My guess is that your wglMakeCurre…
»
Jeroen van Rijn
I also think Andrew's comparison is rather apples to oranges. If you compare a pre-installed OS t…
»
Adrian
God I'm an idiot! Yeah I set the delegates the wrong way. It works now perfectly fine. But why …
»
Flyingsand
adge Wow thank you very much this helps me alot! There is one more thing I would like to know. S…
»
Jeroen van Rijn
Well, a lot of bugs fixed in the past few days. Some woefully overdue, thanks to ^ the refactorin…
»