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.
Simon Anciaux
It's fine. Better quality videos (but larger files) are available:
»
Qu31
Does Casey Muratori allow to download his videos? (with yt-dlp)
»
x13pixels
Sorry about that! Happy to take a look once the POC is ready.
»
Scr3amer
Hello beautiful people ! I just managed to trigger a crash specific to v0.3.8.7 and above. I test…
»
Mateus Caracciolo
Thank you for your response. Let me take a look more closely at the texture upload and the asset s…
»
Simon Anciaux
I don't remember how the Handmade Hero renderer works but I'm assuming texture are only uploaded o…
»
Mateus Caracciolo
So, I followed a lot of Casey work and I really liked the separation that it makes for the game, t…
»
Amin Mesbah
Indeed. See this open issue: I haven't found an existing solution for go-to-definition that works…
»
Mārtiņš Možeiko
I expect clangd or any similar tools will not work well on Handmade Hero source code because its c…
»
Will Ehrendreich
Hey all, hope you're having a good day. I'm competely new to c programming and I want to follow al…
»
Amin Mesbah
As someone who is just beginning a basic 3D software rendering project, this is inspiring. Those a…
»
2bytes
Another 3D software renderer that started from Casey's Handmade Hero project (3 years of daily wor…
»
Simon Anciaux
If what you want is to start 4coder with a single panel, you'll need to modify and compile the cus…
»
JackTheNipper
I'm totally new to 4coder editor (just found it and have used it just couple of hours). One questi…
»
longtran2904
That's what I did initially. A better way of doing this is using GetInterfaceMap. That way, you ca…
»
Steve
Possibly you could do some set operations to remove those found in the base class? Though that may…
»
x13pixels
I see. Thanks Simon. I forgot that you usually turn off the module name and address columns which …
»
Simon Anciaux
If you don't have debug symbols, the call stack and assembly panels are empty. The call stack cont…
»
x13pixels
I built the following Intel sample which uses AVX-512: RemedyBG halted at the first AVX-512 instr…
»
x13pixels
For future reference, davidc was kind enough to send a repro for this. The problem is that remedyb…
»
Simon Anciaux
I observe the same behavior when I don't generate debug symbols (pdb file). The call stack is also…
»
Mārtiņš Možeiko
It is valid to have NULL owner window. Nothing bad will happen. OP's problem was solved on Discord…
»
paulbarrick
This might be related to a previous post () I am trying to debug an AVX-512 exe which crashes, and…
»
longtran2904
Yeah, I know all derived classes implement their parent's interfaces. Afaik, Visual Studio uses re…
»
Mārtiņš Možeiko
However, when done in moderation, it can help to structure things better. So does writing C code i…
»
Mārtiņš Možeiko
Why do you want that? It kind of does make any sense. If any of parent classes implements interfac…
»
longtran2904
But GetInterfaces returns all a class's interfaces, so A, B, and C will all return I1. What I want…
»
theo
Ik stumbled upon the handmade hero thing some time ago. I have to say I do admire him for it. It d…
»
»
longtran2904
A C# reflection question: Is there any way for me to only get "declared" interfaces of a class?
»