Jason —
Ah, I forgot about the episode guide here. Thanks.
Jason —
Yep, I think that did the trick. Thank you for the suggestion. Edit: It's not perfect however. I'…
You can use the to get a list of all episode + search. The episodes on handmadehero.org are in or…
I have compiled with Make and installed with Make Install, but now the ide (codelite) complains of…
On MATERIAL_MAP_DIFFUSE symbol - raylib in Arch repositories seems to be 3.5.0 version, but in mas…
I'm seeing this as well and will get it fixed. Sorry about that.
I also cringe when "programming experts" claim that 32-bit code runs on 64-bit windows something l…
I have opened the first person maze example but it compiles, but i cant see any image of the examp…
Now i have compiled with the Github source an i can see the examples, but when i run a example in …
Jason —
I have the latest version of remedy and noticed that the breakpoints window doesn't seem to be reg…
Jason —
I went on the handmade hero site the other day and noticed the ui had changed a bit. Now you selec…
Miles —
When I see a Dunning-Kruger demonstration post from someone who obviously doesn't understand basic…
Doing multiple sweeps can be insanely fast by only parsing expressions in the final sweep using a …
The Handmade Hero site is not really affiliated to Handmade Network and is not maintained by the s…
Whenever I read articles from "security experts", I cringe over how they keep relying on probabili…
Jason —
I went on the handmade hero site the other day and noticed the ui had changed a bit. Now you selec…
I didn't try it, but if you change the name of the yeet buffer from to (create it with this name…
Without more code it would be hard to help you. Where does the 3d first person maze code comes fro…
Jason —
Like the concept. Just tried it today. Haven't dabbled too much with it yet. Just noticed 4coder d…
Hello community.- I have installed Raylib from the packages of my Arch Linux distribution, everyth…
When I started the work on the Mass language I wanted to challenge some of the established practic…
Yeah, with _NO_DEBUG_HEAP=1 I get the same times as without debugger, which, now that I can measur…
You can right click on call stack entries from standard windows dlls like ntdll.dll and kernel32.d…
I updated GPU driver. I restarted the computer. I closed other programs and a bunch of random proc…
I also cannot reproduce this on my desktop (with nvidia gpu). All times are pretty close to 0. It …
Well, thanks a lot for trying anyway. My OS, CPU, GPU, are Windows 10 Pro, Intel Core i5-8265U @1.…
I can't reproduce the issue on my machine. The biggest time I get is about 0.001s for the clear an…
Ok, here's the project: EDIT: Got rid of ~300 LoC for more simplicity.