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
Oh there's tons of movement bugs - that code is just placeholder stuff that we did when we were ta…
»
Andrew Bromage
For Handmade Chat 010, Casey talked about a few things, including the distinction between interpre…
»
mojobojo
There appears to be a bug where you can step off the stairs while going up them before you fully s…
»
Jim R. Didriksen
Tree like structure in Notepad++ without plugin. Notepad++ -> View-> Project-> choose Panel 1 OR …
»
hendrix
Tree like structure in Notepad++ without plugin. Notepad++ -> View-> Project-> choose Panel 1 OR …
»
Mārtiņš Možeiko
Typically that means you wrote past the end of array that is on stack. Verify in debugger that len…
»
Mārtiņš Možeiko
Using just pulse audio isn't ideal. People with only alsa available on their systems won't have so…
»
siska
Hello guys, I'm testing my code 43 minutes into the day 12 video. I have the sound playing for app…
»
Carsten Holtkamp
At the moment I use SDL2 for the sound. I don't think it is a good idea to use ALSA nowadays. Even…
»
Carsten Holtkamp
I doubt I can afford (time and moneywise) a visit in the US unless Valve want's to hire me as an O…
»
Ginger Bill
I am guessing that the site is illegal but I could be wrong as I am not a lawyer and different cou…
»
Carsten Holtkamp
I wouldn't spend so much money on such a general book. The book isn't a rocket science break throu…
»
Buzz
I'm toying with Vulkan code here and there, but I'm actually spending a considerable amount of tim…
»
kai
couple of notes about myself: I'm still a beginner in computer graphics (my favorite part in game …
»
Mārtiņš Možeiko
Emacs and vim have multiple clipboards since forever. For simple editing stuff I usually use . It …
»
Philip Ludington
I watched yesterday and he pointed out this webpage that describes the tools he uses: was one …
»
Philip Ludington
I read this and it was a little over my head, but you've got to start somewhere :)
»
Philip Ludington
Thanks for all the thoughts! Since is free, I think I'll just finish it and then see what feels …
»
Jim R. Didriksen
Settings -> Preferences -> Backup/Auto-Completion Enable auto-completion on each input.Function co…
»
Joshua
I wanted to try to use Emacs, but I couldn't quite figure it out(well, given I didn't put much tim…
»
Ginger Bill
Here is an article that I mainly agree on with why "Learn C the Hard Way" is bad:
»
Bryan Taylor
I don't get the hate for Learn C The Hard Way. It's fine. I wouldn't buy a book to learn C, thoug…
»
Buzz
Per the recent Vulkan webinar, it sounds like NVIDIA is currently working on Fermi (400) support.…
»
Ginger Bill
I would suggest learning C99 as this is supported by most compilers (and now MSVC 14+ (except VLAs…
»
Connor
I myself do not have any wrist troubles (yet, hopefully never). But I always hear the you should e…
»
Rasmus Rønn Nielsen
Okay, I did not express myself clearly I see now. I am talking about whenever our platform code ex…
»
ratchetfreak
Find the specification of the version you are using. There have been several and they are not all …
»
ratchetfreak
The OS never reclaims any blocks you don't tell it to.
»
Ginger Bill
"Learn C The Hard Way" is dreadful. I would suggest The books: Because there are not many great r…
»
Rasmus Rønn Nielsen
Casey introduced the idea of a transient memory block that can be rebuilt when needed from the per…
»