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.
Awais Ahmad
Thanks for the hint, I will look what I can find.
»
Benjamin Kloster
That sounds like the working directory isn't set correctly. From the screenshots in the article I …
»
Awais Ahmad
Thank you for the quick reply. I have been looking into that solution(makefile) as well. I found s…
»
Benjamin Kloster
I don't have VS handy right now, but instead of convincing the IDE to build the solution with the …
»
Awais Ahmad
Hi, I have been trying to follow along with the series but everyday I have to give up after 10~15 …
»
Mārtiņš Možeiko
Casey decided to treat keyboard as controller 0, and alla gamepades as controllers 1 to 4. So win3…
»
Benjamin Kloster
For those who would like to know more about this technique, I recommend . From my limited experien…
»
Andrew Chronister
Okay, I've put the code up on github: To contribute, create pull requests and github issues! If c…
»
iamdefinitelybatman
Casey doesn't read the chat while he's talking, and shame sounds mean. It would be better to say o…
»
Max
nvm, will do this on GitHub :lol: Will update with more commands whenever I see we should add som…
»
David Gow
Sorry for the delay; Chapter 16 of Handmade Penguin is now up. This is the longest chapter yet, a…
»
Troncoso
So, I had an issue where my keyboard input wouldn't work, and after much looking back over the vid…
»
Furkan
I guess i've found my answer. Intrinsics are built-in to compilers. This means which functions are…
»
Casey Brant
I know that Casey very deliberately does not call C.O.P. "refactoring" due to the OOP baggage that…
»
Nines Baobaberson
Yes! I do this too, it works great. I've tried a few different workflows out. I'm probably most us…
»
Casey Muratori
My main objection to this technique is that it pretends that simulating the game is valuable even …
»
Mārtiņš Možeiko
I believe WMI stuff for display configuration won't work on Windows XP (or won't work reliably). Q…
»
Ryan Ries
It's easy to get from WMI: But I know that is not very helpful in a C program. I bet interacting …
»
Casey Muratori
It's kind of hard to say without actually watching you program :) But yes, it sounds like you may…
»
Casey Muratori
The problem we're trying to figure out is just that Windows is allowed to return "0 or 1" for that…
»
Casey Muratori
Yes, the monitor refresh rate is a hard bound on how many frames per second you can show. If you …
»
Stefan Koch
I will start loading up official videos on Monday. If there is sufficient interest I might do a li…
»
Dustin Specht
Happy to help as well.
»
Livet Ersomen Strøm
One of the viewers asked about having a constant physics time, and then just display snapshots fro…
»
Stefan Koch
oh yeah for c++ stuff you need more headers
»
Ian
You're right - perhaps unknown is a better description than uninitialised. I just wanted to note i…
»
Livet Ersomen Strøm
Yesterday I wrote some test code that instead of updating the backbuffer memory directly, like HH …
»
Awais Ahmad
Yes, I extracted and ran from the place where it was extracted to. The files are actually there in…
»
Livet Ersomen Strøm
GetCaps DC, VREFRESH gives 60 on my nachine which is correct. Maybe I have misunderstood something…
»
Stefan Koch
This file should be in the zip package. did you extract it all into one directory ? (while preserv…
»