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
@Mattias_G
Yeah, agreed, saves are already in for v2 (currently not released on itch, but can be built from s…
»
Simon Anciaux
Glad you enjoyed it. There are two features that would be nice to have:saves, both user saves and …
»
Christoffer Lernö
Syntax discussions tend to be highly contextual. The syntax of a language is not a standalone, sep…
»
@Mattias_G
Wow, that is awesome :) I think it's the first example I've seen of someone else using this engine…
»
PotatoRotato
Hello, ImGui's docking branch has an option that allows you to drag panels outside of the Windows …
»
Mārtiņš Možeiko
Different people wrote different compilers. Meaning they implemented them differently - different …
»
longtran2904
Why do compilers decide to generate different code for the lerpf and lerp_128_cast_f functions? Ar…
»
ratchetfreak
after inlining the compiler will do more optimizations that will end up eliminating extraneous mov…
»
Mārtiņš Možeiko
What I mean that is that it does not matter much if you're doing just one operation like that. Yes…
»
longtran2904
I don't understand how inlining will make this better. If I call this function and pass in differe…
»
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:
»