Yeah, agreed, saves are already in for v2 (currently not released on itch, but can be built from s…
Glad you enjoyed it. There are two features that would be nice to have:saves, both user saves and …
Syntax discussions tend to be highly contextual. The syntax of a language is not a standalone, sep…
Wow, that is awesome :) I think it's the first example I've seen of someone else using this engine…
Hello, ImGui's docking branch has an option that allows you to drag panels outside of the Windows …
Different people wrote different compilers. Meaning they implemented them differently - different …
Why do compilers decide to generate different code for the lerpf and lerp_128_cast_f functions? Ar…
after inlining the compiler will do more optimizations that will end up eliminating extraneous mov…
What I mean that is that it does not matter much if you're doing just one operation like that. Yes…
I don't understand how inlining will make this better. If I call this function and pass in differe…
Some mov's are because of ABI (like the lerp_m128 case). Other mov's are because compiler is silly…
Yes, it is. Usually ~20 to 30 peers are online all the time.
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…
There are multiple things here to answer. First of all - you need not to worry about extra mov's M…
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: