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
Jack Punter
The 4coder build system is very complicated, a few of us did make a fork, but due to external fact…
»
Mārtiņš Možeiko
That asm function is doing same thing as C code in your previous link. Translating that asm code t…
»
Simon Anciaux
There were two issues for me:I misunderstood where the instructions said to place the 4coder-non-s…
»
Airstrike
Hello, guys! My name is Dan. Heavily inspired by HMH series I am writing my own engine/software re…
»
x13pixels
RemedyBG has an API for controlling and querying a running instance of the debugger. The 10X edito…
»
x13pixels
Yes. RemedyBG supports processor breakpoints which can be used to suspend the target whenever the …
»
Mevex
Hi everyone! A few days ago I decided to have a look at the source code of 4ed and try to play aro…
»
guillaume.mirey
Nice! okay. And btw thank you for having taken the time ! Next TODO after the current cleanup pa…
»
Simon Anciaux
I compiled it and was able to compile a simple program. I would add -nologo to the compile options…
»
nalzok
Does RemedyBG support watching a variable, i.e. halt execution whenever the value in a variable ch…
»
nalzok
I use VS Code extensively and wonder how RemedyBG works with VS Code. For example, how do I set up…
»
guillaume.mirey
There you go publishing that code has made that long overdue cleanup-pass almost feel like it is…
»
guillaume.mirey
Apparently TortoiseGit must talk to a PuttyKeyAgent with my private key but that can't be encoded …
»
guillaume.mirey
Nice of you to tell me that. I'm aware Abner is mostly responsible for the Seattle Conference, no…
»
Simon Anciaux
That video is about Handmade Seattle conferences, not about handmade network. You're welcome to pr…
»
guillaume.mirey
Okay, so I had not seen this Now I have. I guess I won't bother you guys with LOC.
»
guillaume.mirey
Well they're written pix by pix in that same language, as on the beginnings of handmade hero. It's…
»
Mārtiņš Možeiko
And once you understand that computers are so fast that you can draw pixels by hand 30 times a sec…
»
guillaume.mirey
To reiterate: I'm not dismissive of that feeling, at all. I'd very much like a real debate howeve…
»
guillaume.mirey
Thanks again for the feedback, very much appreciated. [deleting a long story] Okay so, about the s…
»
Simon Anciaux
All that being said, if you're genuinely interested in giving it a shot, I'll do my best to setup …
»
guillaume.mirey
Hey, thanks for the reply. Well, unfortunately atm there is no download. I want to setup a github …
»
Mārtiņš Možeiko
If you want to first fully iterate before doing another parallel For, then yeah - that doesn't wor…
»
Simon Anciaux
Is there a download, some docs and examples ? I'm not really searching for a new language but I wo…
»
longtran2904
The ForEach function will block the main thread until it's done executing, which means if I iterate…
»
guillaume.mirey
Hi there, I've just setup a new 'Project' in handmade network for my new imperative programming la…
»
Mārtiņš Možeiko
The linker errors happen because you're compiling win32_handmade.cpp file twice. First without use…
»
Fruitpunch
Following the series through doom emacs ran into a problem when I try compiling the code it gives …
»
Simon Anciaux
What do you mean with "vector of about 144 unit" ? Are you doing sqrt(xx+yy)? That would mean you …
»
Mārtiņš Možeiko
I don't think there is anything officially documented about it. Only whatever people have reverse …
»