Oh there's tons of movement bugs - that code is just placeholder stuff that we did when we were ta…
For Handmade Chat 010, Casey talked about a few things, including the distinction between interpre…
There appears to be a bug where you can step off the stairs while going up them before you fully s…
Tree like structure in Notepad++ without plugin. Notepad++ -> View-> Project-> choose Panel 1 OR …
Tree like structure in Notepad++ without plugin. Notepad++ -> View-> Project-> choose Panel 1 OR …
Typically that means you wrote past the end of array that is on stack. Verify in debugger that len…
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…
At the moment I use SDL2 for the sound. I don't think it is a good idea to use ALSA nowadays. Even…
I doubt I can afford (time and moneywise) a visit in the US unless Valve want's to hire me as an O…
I am guessing that the site is illegal but I could be wrong as I am not a lawyer and different cou…
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 …
Emacs and vim have multiple clipboards since forever. For simple editing stuff I usually use . It …
I watched yesterday and he pointed out this webpage that describes the tools he uses: was one …
I read this and it was a little over my head, but you've got to start somewhere :)
Thanks for all the thoughts! Since is free, I think I'll just finish it and then see what feels …
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…
Here is an article that I mainly agree on with why "Learn C the Hard Way" is bad:
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.…
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…
Okay, I did not express myself clearly I see now. I am talking about whenever our platform code ex…
Find the specification of the version you are using. There have been several and they are not all …
The OS never reclaims any blocks you don't tell it to.
"Learn C The Hard Way" is dreadful. I would suggest The books: Because there are not many great r…
Casey introduced the idea of a transient memory block that can be rebuilt when needed from the per…