New user here thanks to Molly Rocket ;) Very glad RemedyBG exists, I'm impressed by the speed and …
Yea I mean specifically an application launched inside RemedyBG, it does not break when said appli…
If you're speaking of launching the debugger when any application crashes you need to set a regist…
I noticed that remedy does not break when the debugged application crashes, which is quite a usefu…
This post is mirrored on my blog. It has been a while since I talked about my dynamic environment …
Hi! I just wrote up a post to update where I left off.
That is awesome, thanks for sharing.
Jason —
Has there been any forward progress with the tiny c compiler modifications since you last posted t…
In this blog post we'll review four standard ways to handle the case when you need a list with a s…
I watched all the episodes and I can't even begin to describe how awesome of a journey it has been…
What do you mean by "include them"? You don't need to include any C# files to compile. You just re…
What do you mean by "include them"? You don't need to include any C# files to compile. You just re…
When you use "go to definition" in a C# project in Visual Studio, it will generate a temporary cs …
Hipno —
Yeah I was mainly replying to the idea of strictly coding what Casey does, which I know is what so…
Yea treating the series as a resource or reference is not a bad idea also, but sometimes you don't…
Managed to get it working using those instructions. Thanks for the help. Funnily enough, it only…
Despite being a general concept, modules are often very different from language to language. One …
Hipno —
I respectfully disagree. I felt that it was pretty difficult for me to follow along with the serie…
You can try using Mingw-w64 GCC with cv2pdb to convert the DWARF to a PDB. You can get cv2pdb here…
Sounds like a good plan, thanks
I followed and coded along until episode 100 (I had already been programming for several years bef…
Hi, I have a question regarding Handmade hero series. Has anyone watched/went through all the vide…
That's pretty accurate estimate. Exact length of regular "handmade day xyz" videos is almost 1262 …
Are there any plans to allow RemedyBG to work with the symbol files that GCC generates? I'm aware…
Besides Simon's points, the actual "programming" on Handmade Hero is not that long. Most videos, o…
Casey only streams Handmade hero once a week now, and not every week as he's working on other proje…
CLQ —
First of all let me say that my questions are not meant as attacks on Casey or the community. I di…
grave —
For Raylib 4.2.0 examples Makefile comment with '#' the line: LDFLAGS += $(RAYLIB_PATH)/src/raylib…
In addition, I want to note that this also happens in cases when you use QMK Firmware (or ZMK) for…
LookAt matrix does two steps in this order:translate to originrotate to match your orientation. If…