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.
Handmade Network»Feed
Andrew Bromage
For some reason, I'm not seeing my reply, so let's try reposting. The obvious way to get SIMD ha…
»
David Gow
Fixed, thanks! I'm looking forward to your comments: these were all written pretty quickly, so I…
»
John Meyer
Sorry if it's too early in the game to ask this but do we know what genre the game will fall into…
»
Johan Öfverstedt
You have to bump into these scenarios many many times before these kind of details becomes visibl…
»
rtcfirefly
I think it just bugged me that there was repeating code. You are right about the efficiency. I …
»
Johan Öfverstedt
Hi, Having nice debug facilities is always nice. I'm pretty sure that code will be much slower …
»
rtcfirefly
Hi all, I'm really enjoying this series, very educational and entertaining. I just wanted to th…
»
Neil Blakey-Milner
The gold-plated guns you get with the Deluxe Edition really make the A button less of an issue.
»
theinternetftw
And if you want to dive deep into GPUs, check out this absolutely fantastic course by John Owens …
»
Troncoso
Whoa now. That'll be fixed in the day 1 patch. We didn't want to spoil the surprise, but you ca…
»
Simon Anciaux
The antivirus ( Avast ) was in silent mode and apparently didn't liked win32_handmade.exe (it was…
»
Flederfalter
Not direct about programming, but a very good article how the communication with the GPU works: R…
»
Jesse
I have a big problem with the current balance of the game. The A button is way too OP with how f…
»
David Vereb
In chapter 6, should SDL_CONTROLLERDEVI[color=#ff0000]D[/color]EADDED be SDL_CONTROLLERDEVI[color…
»
Zach
@rbc13183 My general recommendation is this for people who are looking to improve their math abi…
»
CloakedOne
Hi guys. Thanks for the helpful posts. When I think about my self-development goals, I think it c…
»
William
This was a known issue in VS2012. I would first make sure you have the latest update to VS2012 i…
»
Zach
@rbc13183 It depends on your goals. If you just want to program in OpenGL (which I have never do…
»
Tod Hansmann
YMMV, but in my experience, the language is less important to learning the math end of things in …
»
CloakedOne
@zoo Ok, I see. Thank you for the clarification. Do you recommend any particular resources for…
»
Zach
@rbc13183 I'm actually in no real position to be recommending languages to begin programming on, …
»
CloakedOne
Zoo, I appreciate your post. Thank you for your contribution. I'd still like to get some clarific…
»
Jordan Trainor
Thanks, changing the "Excluded From Build" setting got rid of all the errors and allowed me to co…
»
Mārtiņš Možeiko
Have you added handmade.cpp file to Visual Studio project? If so, then that is a problem here. Be…
»
Jordan Trainor
To start I have my win32_handmade.cpp which contains all the typedefs at the very top of my code.…
»
Johan Öfverstedt
The book Elements of Programming by Alexander Stepanov and Paul McJones is an exploration of one …
»
Johan Öfverstedt
This is a really cool way of generating sine-waves indeed. One disadvantage of the method is that…
»
David Gow
Chapter 12: Platform-independent Sound Output is now out. If no-one objects, I'll no longer be d…
»
Sagar
Thanks! The cos(x + 2d) = 2 cos (x+d) cos d - cos x method is cool.
»
theinternetftw
To add to Uberstedt's link to the creator of STL, let me recommend STL himself, Microsoft's Steph…
»