Jason —
Ah, I forgot about the episode guide here. Thanks.
Jason —
Otherwise you might be able to set it like this (once again I haven't tested it):
Yep, I th…
You can use the episode guide a the top of this forum to get a list of all episode + search.
The…
I have compiled with Make and installed with Make Install, but now the ide (codelite) complains o…
On MATERIAL_MAP_DIFFUSE symbol - raylib in Arch repositories seems to be 3.5.0 version, but in ma…
boagz57I have the latest version of remedy and noticed that the breakpoints window doesn't seem t…
I also cringe when "programming experts" claim that 32-bit code runs on 64-bit windows something …
I have opened the first person maze example but it compiles, but i cant see any image of the exam…
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 re…
Jason —
I went on the handmade hero site the other day and noticed the ui had changed a bit. Now you sele…
Miles —
When I see a Dunning-Kruger demonstration post from someone who obviously doesn't understand basi…
Doing multiple sweeps can be insanely fast by only parsing expressions in the final sweep using a…
Guntha —
The Handmade Hero site is not really affiliated to Handmade Network and is not maintained by the …
Whenever I read articles from "security experts", I cringe over how they keep relying on probabil…
Jason —
I went on the handmade hero site the other day and noticed the ui had changed a bit. Now you sele…
I didn't try it, but if you change the name of the yeet buffer from *yeet* to yeet.c (create it w…
Without more code it would be hard to help you. Where does the 3d first person maze code comes fr…
Jason —
Like the concept. Just tried it today. Haven't dabbled too much with it yet. Just noticed 4coder …
Hello community.-
I have installed Raylib from the packages of my Arch Linux distribution, every…
When I started the work on the Mass language I wanted to challenge some of the established practi…
Yeah, with _NO_DEBUG_HEAP=1 I get the same times as without debugger, which, now that I can measu…
You can right click on call stack entries from standard windows dlls like ntdll.dll and kernel32.…
I updated GPU driver. I restarted the computer. I closed other programs and a bunch of random pro…
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 …
Ok, here's the project: https://we.tl/t-M8A4U4nNdU
EDIT: Got rid of ~300 LoC for more simplicity.