You might get better help for that on the handmade network discord. I'll try to give you a directi…
Thanks for telling me! I updated the files.
You forgot to include raylib.dll in your newest post.
I updated the app slightely (the versions + example I showed on the Jam Recap stream): fem_hmn_jam…
Hi. I'm learning C programming language and trying to build an application based on raylib. In my …
hane —
Hello everyone, Can you share what are the programming related papers you think young ones should …
What's the condition you're writing in the textbox ? Have you tried with a very simple example to …
I'm a new user to remedybg and am trying to set conditional breakpoints. I'm setting them the way …
That makes a lot more sense. I didn't get any of this from the previous submission because the act…
Neo Ar —
Noid Enterprise Business Platform Background Originally I intended to write a small programming la…
If it helps, here is an essay I wrote just before the jam. I didn't include it because it wasn't c…
Alexey —
If you're looking for something minimal, my modification might be of interest to you: Example: 20…
This post is mirrored on my website. It is common advice that it isn't worth automating something …
Certificates in using software don't really matter much in getting hired, because these skills can…
Thanks as always guys. The video linked seems very interesting.
And not all 64-bit addresses are valid on x86 platform. Currently only 48-bit address space is ava…
rocap —
Works perfectly, though the layer has way more than I want so it will take me some time to strip a…
This video might interest you, but it's only about windows: Mysteries of Memory Management Reveale…
You just need to close the decls buffer like a regular buffer. That said it's not the most practic…
I've realized that often in my code (and I've seen it in HmH too) I assume that adding 1 to a vali…
Yes It's slower, but keep in mind that there will not be much calls to VirtualAlloc and VirtualF…
rocap —
Is there any way to see the parameters for a function even if it's just in loaded files? Using lis…
Terans —
Until day 342, the Clear function on arenas looked like this: So in this case, clearing the arena …
hane —
I appreciate you taking the time to draw it out. Now it is very clear. Some things are keeping me …
thank you for feedback! call ReadFile with OVERLAPPED structure in argument and it will do read in…
Although I cannot say definitively I believe the source of the issue lies in GNOME not Xorg. See G…
It was on laptop + usb keyboard. Running ArchLinux with Sway/wayland.
I think this may be an issue with xorg, as running in a virtual terminal I don't get any stalling.…
I didn't know that you cannot capture stdout concurrently You do that by using overlapped reads - …