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.
Andrew Bromage
mmozeiko No, it is not done like that. Casey is simply showing simplest possible way how to get s…
»
Mārtiņš Možeiko
Yes, it is. Only big difference is dealing with triangle vs quad. But it was not the classical w…
»
Casey Muratori
But actually, mmozeiko, if you look at those links they _are_ doing exactly what I was doing. Yo…
»
Mārtiņš Možeiko
No, it is not done like that. Casey is simply showing simplest possible way how to get something …
»
The_8th_mage
Hello everyone, does the process described in the stream, going through every pixel in a suspect…
»
Saba Khutsishvili
Thank you very much, that's what I really needed to truly follow along :) Cheers
»
Mustafa Al-Attar
Thanks for the reply. I guess I will start writing my game with software rendering and stop wast…
»
Connor
Check out Casey's Basic Emacs Tutorial on the youtube archive. There is a link on the front page.…
»
Casey Muratori
There are two things you should look at for keyboard shortcuts: first is the file in the Handmade…
»
Casey Muratori
Yes! And we will always support software rendering. Hardware rendering will just be something w…
»
Mustafa Al-Attar
Hello there guys... It has been so long since I last checked the game. I am wondering if the gam…
»
Huitzilopochtli
Aah, okay, I understand. Thanks for all your answers!
»
Saba Khutsishvili
I've recently started following the series at home and I've been thinking about installing emacs …
»
Den V
When I said Handmade Hero world is in R[sup]2[/sup] space, I completely forgot about the Z
»
Den V
I am catching up on latest episodes of Handmade Hero and just finished watching Day 90. Not sure…
»
popcorn
I'm so glad very somebody caught this. It opened my eyes to the truth. https://www.youtube.com/w…
»
Matt Mascarenhas
Alright, this deserves a fresh post. I don't know what happened, but I can now build Day 91 (the…
»
Casey Muratori
As long as we store something that allows us to get back to the start of an individual structure,…
»
Casey Muratori
There's really no difference between recursion and non-recursion other than the fact that stack m…
»
Andrew Bromage
Huitzilopochtli The reason for that, he explained in sort of simple terms as we were just startin…
»
Matt Mascarenhas
Oh wow, yeah! You know, we can get right up to Day 81 without any compile errors. We'll have to s…
»
Mārtiņš Možeiko
This was fixed few days later - on day 51.
»
Matt Mascarenhas
nxsy, we can actually compile up to Day 45. The first error occurs on day 46: 1 2 3 4 5 6 …
»
Neil Blakey-Milner
In case others run into this - I just didn't update the README.md to point out that day 39 was re…
»
popcorn
I use recursion to walk down a tree all the time and I don't think I had this problem. I also use…
»
Matt Mascarenhas
Yeah, I thought it'd be a little more work to get the platform layer up to date. So I've rolled b…
»
popcorn
It's easy to make this kind of like an array since we pre allocated space? Not sure but if all of…
»
Mārtiņš Možeiko
Ah, so stddef.h was added there. I forgot that :) If you want to follow latest development, you'…
»
Matt Mascarenhas
Hmm, interesting. I do have #include "handmade_platform.h" near the top of "xcb_handmade.cpp" but…
»
Mārtiņš Možeiko
GetController function is in handmade_platform.h. So as long as you have #include "handmade_platf…
»