I've just done a fresh build of the latest HMH (as of day 431). It's running around 1 frame per s…
Neither me nor google know anything about an 'official' ext_loader.c, any link? No, then you jus…
Sure but the caller has to wait on that signal, not the system managing the threads. On Win32 thi…
Is there something wrong with official ext_loader.c which is autogenerated from spec? And isn't it…
You can get pixel order from Windows registry: I believe user can change this setting in "friendl…
Would like to give it a try, without reinventing the wheel, hence the question.
Thanks, I'll take a look at those videos.
From what I understand, sub-pixel hinting is usually not done when rendering text with OpenGL as t…
Hey, We haven't forgotten about tutorials. The wiki already has tutorials, and has recently been …
Hello! This is more of a "I'm not dead post". Just a couple updates. The engine re-write is in pro…
Double quotes are used for strings, single for chars. So if char* word = "a"; Then: word[0] == 'a'…
Yup. I was using double quotes. Didn't know single and double quotes mean different things in C++.…
If you mean line 3, then that's comparing a uint32 with a char (not const char*) since it's using …
Hi, I was looking into win32_handmade.cpp to see how Casey handles keypresses. I used the code bel…
You can suspend threads on Linux. You do that by raising signal. For example, mono garbage collect…
I changed the thread api to make it compatible with pthread. In addition posix threading is now f…
Any news on HMN tutorials Abner ? Being waiting for it for a long time.
Both new builds, for Windows and macOS, are making slow and steady progress. I've decided to go th…
A new devlog is out! This one discusses my shift from a traditional C/C++ build system to an amal…
Interesting. I could definitely do a blog post if I make any progress, but I haven't got the expe…
Handmade folks, After the wiki released at the start of this year, we've had contributions new be…
If you have the time and want to do it, I would love a blog post about how you make fonts look goo…
That's sort of what I figured. I have learned more about the FreeType library since the last time…
If I do recall, I saw you streaming a few times recently. Keep chugging along! We're watching you …
Hello Everyone: Not a real update, but just wanted to remind people that I haven't dropped dead, a…
The difference is that Emacs is using subpixel rendering (also know as cleartype). If you magnify …
Thank you so much, that was it (Avira). I always knew that antivirus software is harmful ;-)
Maybe antivirus/antimalware software? If you use any, try stopping them temporarily to see if they…
Dear HMH community, first of all I want to say that I really love this project and I would like to…
I certainly don't want you to waste your effort. Perhaps your code is a-okay. And your algorithm …