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.
Stefan
I cant say why you have a bug, but as you can see from your screen shots, the yellow line is befo…
»
Dominik
I think I have the same or a familiar problem. :( I don't want to check the source code aswell, …
»
Oliver Marsh
The weekly illustrations are really cool and they seem to help me alot. Love the style, not to de…
»
Benjamin Kloster
Keep in mind that cocos2d uses virtual functions. For those to work, the object's virtual functi…
»
Andrew Bromage
I can't speak for cocos2d, but do make sure that allocations are appropriately aligned. What cons…
»
popcorn
I tried this method with cocos2d and it didn't work out. there was some initialization problems a…
»
Jeffrey Carpenter
Thanks for the info! :-) Cheers, Jeff
»
Andrew Bromage
Games with custom engines tend to use a lot of special-purpose memory allocators. Just as an exa…
»
Sophie
Hi all! About three weeks ago, a friend IMed me the trailer for Handmade Hero. About a week late…
»
Ray Garner
Dont worry I started at about 32 and have been developing professionally for 4+ years im 38 now. …
»
Casey Muratori
You need to bind a command to something like 1(compile "build.bat") so it will run the Handma…
»
Patrick Lahey
Typically you pass in a memory arena to every function that either directly allocates memory or m…
»
nikki
Yeah I think C is not as beginner friendly as let's say Python or Java.
»
Stefan Nordkvist
thanks! I´ll have a look :D [color=#0088ff]Update:[/color] In the preface it smacked me with: …
»
nikki
I am learning the basics from http://c.learncodethehardway.org/book/ and I think it's a great res…
»
nikki
Hi to get up to speed with C I am following http://c.learncodethehardway.org/book/ offcourse a bi…
»
Heeiiigou
Hi, i have just starded watching the Handmade Hero Series. I wanted to set up my stuff exactly a…
»
Stefan Nordkvist
First of I just want to say thanks for doing such an amazing thing as you are doing by sharing yo…
»
Casey Muratori
The problem with this analysis is that the game never actually sleeps for 1/30th of a second. It…
»
Logo
Sorry if this has been brought up and/or fixed, I'm late to the party and only on day 20 or so. P…
»
Hugo Burd
Ah, thanks. I was confused because there was no way to tell how much audio to write until the nex…
»
Mārtiņš Možeiko
Yes, you need to introduce some latency. Not whole second though. But something like 1/2 or maybe…
»
Hugo Burd
Does anybody here have experience using WASAPI for audio? I've run into a problem with it: So in…
»
Kknewkles
Thanks for your tips, guys :) Nothing special, but it did throw me for a loop a bit. And well, on…
»
Abner Coimbre
Correct. And sorry for misunderstanding your second question!
»
Per Erskjäns
Removed...
»
Mārtiņš Možeiko
Yes, he has mentioned he uses metaprogramming for that. C code that generates C code. Here's one…
»
Per Erskjäns
Casey said in an early episode that templates is mostly useless and that he don't use them. Have …
»
Mārtiņš Možeiko
In such case you are accessing completely different variable. If you put something as "static" in…
»
Kknewkles
I understand what define does. What I don't understand is how come the variable in a header file,…
»