And Terminus is the winner! Thanks a lot homie <3
Hipno —
It’s probably one of these:
Does anyone know the name of the font in the picture below? typescript-eldoc.png
Language design lessons learned As you work on a programming language, you'll come to realize thing…
A bug fix release of RemedyBG has been posted to itch.io for download as 0.3.8.8. Ctrl+V now paste…
For the last few months I tried to have a meta program that runs before the compilation and genera…
Hey, This is a generic programming question. In theory I could get a ton of answers by posting on …
No worries, we all know how hard it is to have a stable software xD. Here is the proof of concept:…
It's fine. Better quality videos (but larger files) are available:
Qu31 —
Does Casey Muratori allow to download his videos? (with yt-dlp)
Sorry about that! Happy to take a look once the POC is ready.
Hello beautiful people ! I just managed to trigger a crash specific to v0.3.8.7 and above. I test…
Thank you for your response. Let me take a look more closely at the texture upload and the asset s…
I don't remember how the Handmade Hero renderer works but I'm assuming texture are only uploaded o…
So, I followed a lot of Casey work and I really liked the separation that it makes for the game, t…
Indeed. See this open issue: I haven't found an existing solution for go-to-definition that works…
I expect clangd or any similar tools will not work well on Handmade Hero source code because its c…
Hey all, hope you're having a good day. I'm competely new to c programming and I want to follow al…
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…
If what you want is to start 4coder with a single panel, you'll need to modify and compile the cus…
I'm totally new to 4coder editor (just found it and have used it just couple of hours). One questi…
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…
I see. Thanks Simon. I forgot that you usually turn off the module name and address columns which …
If you don't have debug symbols, the call stack and assembly panels are empty. The call stack cont…
I built the following Intel sample which uses AVX-512: RemedyBG halted at the first AVX-512 instr…
For future reference, davidc was kind enough to send a repro for this. The problem is that remedyb…
I observe the same behavior when I don't generate debug symbols (pdb file). The call stack is also…