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.
Handmade Network»Feed
Mārtiņš Možeiko
Some mov's are because of ABI (like the lerp_m128 case). Other mov's are because compiler is silly…
»
Mārtiņš Možeiko
Yes, it is. Usually ~20 to 30 peers are online all the time.
»
longtran2904
First of all - you need not to worry about extra mov's MSVC generates - because those things go aw…
»
Manu
Is this still seeded? My resilio sync client shows 0 of 0 peers online. If not, is there any way t…
»
Mārtiņš Možeiko
There are multiple things here to answer. First of all - you need not to worry about extra mov's M…
»
longtran2904
After reading this blog post about the Lerp function, I've experimented with generated code from d…
»
Simon Anciaux
The section "Around the Network" on the front page, doesn't display all new posts/replies. More pr…
»
Przemek
Thank you! :)
»
Simon Anciaux
I've made a game with yarnspin: YarnShip Sources It's probably too obtuse for most people to figur…
»
Simon Anciaux
I'm a Python developer and wanted to dive into some low level language where I can do things witho…
»
Rajesh98
HI, All I just started watching the handmade hero streams on Youtube, do you think its still relev…
»
x13pixels
Yes, this is precisely the same thing. The plan is to implement a something akin to WinDBG's event…
»
Christoffer Lernö
Recently a user had a problem with the following code in C3: As a reminder, compile time evaluatio…
»
Przemek
I have a bizarre issue with remedybg, and I'm missing how to tackle it.. I have a very simple C++ …
»
spaceDoctor
Rather embarrassing, but turns out it was simply an incorrect macro definition that remedy ended u…
»
spaceDoctor
I'm having possibly a very niche problem. I am using large arrays, >4000 elements, but it looks li…
»
x13pixels
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.
»
x13pixels
I had noted the suggestion but forgot to respond. This is a good idea. Thank you.
»
Simon Anciaux
I think Casey shows a bit of that there:
»
Scr3amer
Up :) ! Any update ? Or do you think the ROI is not good enough ?
»
Scr3amer
Up :) ! Any update ? Or do you think it is not a problem with RBG / no worth it / out of the scope…
»
Scr3amer
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 …
»
Ben Visness
August has already been a big month for the Handmade community! The biggest news, of course, was:H…
»
William
Casey fixes the bug in the next episode here:
»
Simon Anciaux
There is an issue with the way you call Win32ResizeDIBSection. Your parameters are declared as int…
»
longtran2904
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…
»