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.
Livet Ersomen Strøm
I think Casey puts LOTS of comments in the stream, and he uses also very long and descriptive nam…
»
Thompson Lee
I like to make a bad analogy. Messy code is actually caused by three things: 1. The passion of …
»
Livet Ersomen Strøm
DaleKim Personally, I think you're not giving enough credit to Casey and other programmers like …
»
Mārtiņš Možeiko
I'm not very familiar with memory management in ObjectiveC, but in C# there is no way such code w…
»
popcorn
mmozeiko GC never deletes variables that you use. It only frees memory from variables that are no…
»
norswap
Some people mentioned they thought the code was messy. Casey addressed that on the stream of day …
»
Andrew Bromage
DaleKim I used to think C++ was a very nice language. That changed when I tried to make a game. …
»
Marsvin
Ah good call, I completely forgot about the readfile functions. It was referring to __FILE__ in h…
»
Mārtiņš Možeiko
I think at one point in GameUpdateAndRender fucntion Casey was reading (for debugging purposes) h…
»
Marsvin
Hey all, I managed to follow pretty much everything Cory demonstrated in the live code editing v…
»
Simon Anciaux
How could hundreds of us didn't notice that ?
»
Tribuadore
I doubt it, but we'll see. It's still early days, we've only just defined a vector in the 46th h…
»
Livet Ersomen Strøm
I am interested. What do you suggest?
»
Ferran
Hello, I'm still catching up with the series. I was wondering if Casey has stated if he will be …
»
Livet Ersomen Strøm
Comment removed by moderator for sexist language.
»
Ferran
In Casey's desktop background you can read "Home for limbless children" It didn't click for me u…
»
Flyingsand
Ideas, and algorithms can be patented. Ideas can't be patented. Only a concrete representation o…
»
Luca Vignaroli
Or if you want to wield google's search power, this is a query that will limit results to this fo…
»
Lachlan Easton
I can't find any evidence to say A* is patented. > How can you publicize your idea, so that i…
»
Gavin Williams
Ah, thanks.
»
Mārtiņš Možeiko
Not sure how you got first warning - but that is related how you set up project to compile 32-bit…
»
Roderic Bos
theo1995 now that i have the source code,I would like to run the game. I have dev c++ and visual …
»
Gavin Williams
Hi, I just found out about this project, rushing through the vids to catch up, but only on day …
»
Pierre-Alexander Eidam
In "GameUpdateAndRender" (handmade.cpp) the movement, physics and collision code is inside a for …
»
Mārtiņš Možeiko
Yes, you can use DirectSound to get microphone input. You can get this input by using IDirectSoun…
»
Thompson Lee
I've decided to try jumping ship and code something entirely new based on Casey's code. Currentl…
»
Gavin Williams
Who's going to be looking at your source code? it should probably be closed source anyway. So you…
»
Thompson Lee
Ah! That is simple to see why. And I realized I had two nested 1 2 3if(WindowHandle){ ...…
»
Casey Muratori
Awesome!! I will add it to the Coding Resources page. - Casey
»
Neil Blakey-Milner
I've now added some horrendous input code (swipe in the direction with two fingers to go that way…
»