This is a compendium of links to articles and source code designed to help you follow Handmade Her…
Here are previous threads where you'll find more information on this, including links to some repo…
I hardly think we need to be sold on the value of good tests. That said, I would absolutely love …
Martin —
Hello! Does anyone know of good resources for OSX / IOS development, that fits with the Handmade s…
Here's a side-channel-like attack that gives allows to do arbitrary memory reads on SGX protected …
Yes, I should try and get the program to consistently run at 60fps. The 24fps was off a timer tak…
Do you have any concrete (non trivial code with test and how it helped you) examples ? Because wit…
24fps is the frame rates of movies (in theater). It's enough for movie because the camera "captures…
Great! Thanks for answer)
If you're okay with writing your own wrapper commands then take a look at . What you want to do is…
Thanks for clearing that up mmozeiko. I think it must of just been the timer broken for the 24fps.…
Yes, that's exactly right - it must be divider of monitor vertical refresh rate. Yes, you set swap…
Hi, I'm using vsync for frame flipping, but I'm a bit confused on how to control the frame flippin…
Right click project in the solution explorer -> properties -> working directory
Anders —
So, my CreateFileA call in win32_handmade.cpp fails to find the path specified (When I put them in…
Currently calling interactive_open_or_new will use the last path opened. I would prefer if I could…
Cloaking (mode +x) has now been added by default. To opt out (show your real hostname) use
Mashur —
Never mind figured it out. It was the order of the includes and defines. I had to define the inter…
Mashur —
How do you set Visual Studio 2017 into this mode of compiling?
Right now the UI isn't very customizable. In the next build you'll be able to modify the default_…
How can I make C-n combination works like down_arrow when I'm in open\create_new file dialogue? I …