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.
Handmade Network»Feed
Andrew Chronister
Okay, I've put the code up on github: https://github.com/Chronister/ChronalRobot To contribute,…
»
iamdefinitelybatman
Casey doesn't read the chat while he's talking, and shame sounds mean. It would be better to say …
»
Max
nvm, will do this on GitHub :lol: Will update with more commands whenever I see we should add …
»
David Gow
Sorry for the delay; Chapter 16 "Bits and Pieces" of Handmade Penguin is now up. This is the lon…
»
Troncoso
So, I had an issue where my keyboard input wouldn't work, and after much looking back over the vi…
»
Furkan
I guess i've found my answer. Intrinsics are built-in to compilers. This means which functions ar…
»
Casey Brant
I know that Casey very deliberately does not call C.O.P. "refactoring" due to the OOP baggage tha…
»
Nines Baobaberson
Yes! I do this too, it works great. I've tried a few different workflows out. I'm probably most u…
»
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). …
»
Ryan Ries
It's easy to get from WMI: 1 2$(Get-WmiObject Win32_DisplayConfiguration).DisplayFrequency 60 …
»
Casey Muratori
It's kind of hard to say without actually watching you program :) But yes, it sounds like you ma…
»
Casey Muratori
The problem we're trying to figure out is just that Windows is allowed to return "0 or 1" for tha…
»
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 l…
»
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 fr…
»
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 …
»
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 i…
»
Livet Ersomen Strøm
GetCaps DC, VREFRESH gives 60 on my nachine which is correct. Maybe I have misunderstood some…
»
Stefan Koch
This file should be in the zip package. did you extract it all into one directory ? (while preser…
»
Johan Öfverstedt
schme You can actually see that Visual Studio is pretty slow in answering those WM_PAINT commands…
»
Brian Smith
Even better! I'm really enjoying these new features.
»
Kasper Sauramo
You can actually see that Visual Studio is pretty slow in answering those WM_PAINT commands. Just…
»
Benjamin Kloster
With decltype, you can even save the typedef.
»
Brian Smith
Just thought I'd share a C++11 thing you can do for the XInput stubs. 1 2 3 4 5typedef DWORD WIN…
»
Kasper Sauramo
For now I opted to do "the right thing": repaint in WM_PAINT and adjust the viewport in WM_SIZE. …
»
Awais Ahmad
Hi Sorry for my late reply. I have been sick lately and havent had the time to fully investigat…
»