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…
sqdrck —
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…
Roman —
I have tried to build lookat view matrix without library but result was wrong. Then I tried glm li…
RemedyBG 0.3.8.7 is now available for download. New FeaturesAdds "Relative Address" column to call…
Recently, I did some work on the math libraries for C3. This involved working on vector, matrix an…
This has to do with how the Dear ImGui version that RemedyBG is currently using handles input even…
There has been some forward progress on this, yes. Still a lot to be done though.
It's a bit wrong question to ask. It does not matter which approach is "better". You use the appro…
Hipno —
Hello everyone, I hope you all are doing well. Please forgive me if this is a strange question, as…
I like to set my key repeat rate at a level below what is possible via the windows ui with the Sys…
There was recently a question on r/ProgrammingLanguages about error handling strategies in a compi…
I found that the memory is being allocated by the files in platform/graphics/filters/software fold…
Wxzuir —
Sorry to reply in a 6-months-ago thread. Is there any news about debugging Unreal with RemedyBG?
Structural casts are now gone from C3. This was the ability to do this: Although I think that in s…
Having macro meta syntax that is different from the regular syntax helps, but whenever compile tim…
Hey so recently I was trying to get the Page Size down for our webpage in safari. And in the proce…
Yeah, it does continue. Whats more, its answer now has completely changed from before. Im not sure…
when it's hung like that it usually means it's hitting the rate limiter and you can get more by as…
Thanks, I didn't know about the Media Foundation resampling. There were two errors in the function…
I'm trying to write a win32 platform layer for the first time (I've mostly written software for li…
Max —
Thanks for the response! That info about dlls interact with the stack is good to know. I have re…