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.
Casey Muratori
Yes, you do not need to upgrade your GitHub account. We pay for the upgraded account so that the…
»
Andrew Chronister
Github free accounts simply don't let you create private repos. You can still join other people's…
»
TeddyFine
GitHub does not support private repositories on a free account; can I still access it with the co…
»
James Widman
Hi all, Anyone using the new git repo may want to try text editor integration. For Vim, there's…
»
James Widman
Hi all, When running: 1git blame code/win32_handmade.cpp .. from the top level directory of …
»
Colson
Just in case anyone else has the same problem, I fixed the issue by reloading the .emacs file and…
»
Colson
I have an issue with Casey's .emacs file. The issue is when ever I create a header file it does n…
»
Jim R. Didriksen
You should probably read that book about it to become an expert but if you just want to see some …
»
Casey Muratori
Everyone should now have a GitHub access code on their SendOwl page. - Casey
»
Connor
1:04 - 1:21 https://youtu.be/rWpZLvbT02o?t=64
»
James Widman
Hi Casey, I don't seem to have received a reply yet...
»
Casey Muratori
OK folks, everyone who e-mailed me should have gotten a reply from me asking them to test the Git…
»
Kim Jørgensen
In my quest to follow along on Linux I have observed the following issues when compiling handmade…
»
Carlos Gabriel Hasbun Comandari
I read the initial part and I think you understood what I meant. _Compilers are not forced to inl…
»
James Widman
At the end of last night's stream (Day 178), gasto5 asked, "what's wrong with pointers to inline …
»
Casey Muratori
Thanks everyone for writing in on this to volunteer. I will begin testing sweeps shortly. - Casey
»
Connor
Ahh alright. The "bug" made too much sense, that I couldn't convince myself that it shouldn't be …
»
Casey Muratori
That is as expected. Eventually when we are touching the Win32 subsystem again, we will address …
»
David Owens II
I was trying to get things up and running on Windows 10 and Visual Studio 2015 and I've run into …
»
Colson
I found this on youtube, it is definitely my favorite moment of HMH! No doubt about it! https://w…
»
Jesse
Basically whenever he reviews old code he wrote quickly that turned out really good and impresses…
»
Mārtiņš Možeiko
Another vote for that book from me. It is pretty good!
»
Tim
Thank you, that looks excellent.
»
Marc Costa
Real-Time Collision Detection is the best reference AFAIK.
»
Tim
Hello Handmade Heroes, Does anyone have a good recommendation for a 2D collision physics referen…
»
Connor
For context, I have just finished Day 043 Let's say I press 'L' to start recording input and the…
»
Casey Muratori
I am currently looking for folks who have preordered Handmade Hero and would like to test access …
»
vexe
I'd like to make this thread to propose the idea of recording some of the most memorable, interes…
»
vexe
Another way to define the function pointer type is: [Code] typedef void (*A)(int, int); [/Code] …
»
Mārtiņš Možeiko
What are you asking about memory management? They work pretty much the same. You can allocate mem…
»