After reading this blog post about the Lerp function, I've experimented with generated code from d…
The section "Around the Network" on the front page, doesn't display all new posts/replies. More pr…
I've made a game with yarnspin: YarnShip Sources It's probably too obtuse for most people to figur…
I'm a Python developer and wanted to dive into some low level language where I can do things witho…
HI, All I just started watching the handmade hero streams on Youtube, do you think its still relev…
Yes, this is precisely the same thing. The plan is to implement a something akin to WinDBG's event…
Recently a user had a problem with the following code in C3: As a reminder, compile time evaluatio…
I have a bizarre issue with remedybg, and I'm missing how to tackle it.. I have a very simple C++ …
Rather embarrassing, but turns out it was simply an incorrect macro definition that remedy ended u…
I'm having possibly a very niche problem. I am using large arrays, >4000 elements, but it looks li…
Although the updated Dear ImGui now queues input, the handling of this input is still done only on…
Shigi —
Any updates on this? I downloaded the latest version(0.3.9.2) and it still has this issue.
I had noted the suggestion but forgot to respond. This is a good idea. Thank you.
I think Casey shows a bit of that there:
Up :) ! Any update ? Or do you think the ROI is not good enough ?
Up :) ! Any update ? Or do you think it is not a problem with RBG / no worth it / out of the scope…
It is off topic to the post but I didn't find a way to DM OP so here I am. @Delicious, I am also i…
tuket —
Thanks for the tutorial! I managed to build my .apk running following your steps. However I can't …
Ric —
Thank you for the answer, indeed i wrote the function with Height before Width and then i used it …
August has already been a big month for the Handmade community! The biggest news, of course, was:H…
Casey fixes the bug in the next episode here:
There is an issue with the way you call Win32ResizeDIBSection. Your parameters are declared as int…
So in your _alloca example, the compiler doesn't have to use rbp but any register it wants, while …
Max —
Yeah, normally I usually use binary mode by default, so I must have just had a typo this time. Th…
Yes, putting b in open mode for reading binary files is required. Otherwise C runtime is allowed t…
Max —
Hey, I think I figured out the issue and just wanted to post my findings here. I think the issue …
Ric —
I've recently started following along the Handmade Hero series to improve my programming knowledge…
They were used as pointer to stack frame. In 64-bit you can use any register.I don't think 16-bit …
What does (e)bp do in 16/32-bit ABI that is different from rbp?