You don't need to convert them to bmp. HH can load png's now. Check the days 453 to ~464 where pn…
Cool, thanks. I have the new PNGs now.
After the fall break we could ask Casey to zip the test BM…
Well If I knew it I wouldn't spend all last night try to figured out what was happening ahahah
An…
If all you want is to avoid thread-safe static initializations (which were introduced in VS2015),…
Check your sendowl link, it has multiple asset zip files. I believe "Handmade Hero Art Pack 1" is…
Hi!
I have bought Handmade Hero. Is is possible to download the BMPs for the Renderer Test anywh…
When we remove the CRT we broke the static initializer in the code.
Now the static variables are …
If your program crashes somewhere outside of WriteProcessMemory call, then this is a bug in your …
So, I made a simple memory scanner that you can see right here: https://github.com/nyeecola/lovsc…
I guess I'm used to "modern" memory protection and being able to directly access hardware and sys…
Awesome. Makes total sense. Thanks a lot for the help guys.
I'm pretty sure Casey meant "polling once per frame". Not just "once for key". A mrmixer explaine…
It was from ep. 13 "Platform-independent user input". You answered my question though and it make…
If you're talking about an episode precisely give us the number so we can talk about the same thi…
Hey all. After going back and looking into some of Casey's initial input handling videos I'm tryi…
@Croepha
Thank you!
FTMP I think DearImGui is fantastic. To some extent it is held back by decisi…
Could you provide us the code, or a simplified version that has the problem ?
CPU reads from memory in cache line granularity. Regardless whether you are reading uint32 or m12…
yes the lockfile it doing its thing, I just have to toggle the break point off and on again for i…
hmmm, i wasn't really conflating bits and bytes, but I guess my post was unclear. what i was tryi…
Nice video, very inspirational. I wasn't aware of LAB colors, now I want to go design to some vi…
necro-ing and its a bit of a joke but https://learnbchs.org/
mrmixer
I don't think it's safe even for example to change the size of cache lines. The architec…
You seem to mix byte and bit together here.
m128 is 128bit, which is 16bytes ( two 64bit value, f…
I am aware you can type only the first n unique chars of a 40-character SHA-1 code when using the…
A small game I made last week-end during a "game jam" on the website developpez.com, using a cust…
I've posted a new project on GitHub. It is a finished project in that I did what I wanted to do a…
so for example if we had a 32-byte L1 Cache (just for sake of example), if the m128 was aligned t…
There are several layers of caching between the data bus to the ram and the SSE registers.
These…