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.
Arnon
So, to rephrase, you're saying that the answer to the qustion of whethere it's beneficial or not, …
»
Mārtiņš Možeiko
I've seen and experienced both ends of spectrum. Depends on what kind of company and what kind of …
»
Arnon
So, that "write C in C++" style that people like C.M and J.B are advocating, do people find that p…
»
Mārtiņš Možeiko
This is with NULL argument for Window? Then the loop terminates, right? But before it was not 0 in…
»
Pete
Yes, the value of "Result" is 0 in both cases.
»
Mārtiņš Možeiko
Check out for generic game engine created with same principles as HH. As for something more speci…
»
»
Jason
Before coming into handmade hero I was your typical, C++ programmer who had been programming and d…
»
Angelo Theodorou
You can read the the #14 development update, with the progress from the second half of December 2…
»
Pete
I will just post my findings here if anyone else is curious about this in the future. From msdn ab…
»
Pete
Hmm, in terms of the order the messages gets recieved it looks pretty identical when looking at th…
»
Mārtiņš Možeiko
My guess is that when DestroyWindow was called in WM_CLOSE, then window handle is no more valid. I…
»
Pete
Hey it worked! Now just so I understand this properly. The reason I never got a WM_QUIT message wa…
»
Mārtiņš Možeiko
Remove "Window" argument from call to GetMessage, pass NULL instead.
»
Pete
I am using Anki for a bunch of other stuff such as learning Japanese and Geography. However I hav…
»
Pete
Hello, I have encountered a somewhat confusing (atleast for me) problem. The problem is that when …
»
Jens
For some reason I can't watch episode 488 on the iPad using the youtube app. All other videos befo…
»
Simon Anciaux
I haven't checked but I suppose monospaced font should not have kerning information. For example "…
»
albatros
I would be thrilled to have you come Kreco :) Yeah, the thread started before confinement was deci…
»
itzjac
Thank you for pointing that out Mozeiko, I corrected the code in the library and probably I was ge…
»
Mārtiņš Možeiko
There is known issue in stb_truetype related to kerning: I'm not sure if it is fixed already. Las…
»
Simon Anciaux
Have you tried stepping in the code with a debugger an check every value (don't assume the content…
»
itzjac
Yeah, I have figured it out to include ix0, but doesn't make a difference. So using your suggeste…
»
kreco
Hi! Might be able to join this meetup! I'm 100% sure I want to come but might not be possible due …
»
Simon Anciaux
You also need to use the result of stbtt_GetCodepointBitmapBox for x. Add ix0 to the x position to…
»
Mārtiņš Možeiko
There is nothing wrong with such functions for simple frameworks. In fact, popular GL windowing fr…
»
Doeke
I don't really know where to address this question, I thought the handmade network would give me t…
»
itzjac
Thanks, vertical alignment works as a charm! I have tested the font using a ttf LiberationMono-Re…
»
Simon Anciaux
There aren't character specific vertical metrics. But the following function gives you information…
»
itzjac
Sorry for reviving the thread, I have problems with the vertical positioning of the characters, th…
»