I recently had to install and work with Visual Studio 2008 and VS 2010 at work. I was pleasantly s…
Check out . There is a list of the (the Mac OS bindings are at the bottom).
Please use [ code ] bbtags for code fragments to keep text readable and have good formatting.
Sometimes it is false positive. Maybe library initializes some global singleton that allocates mem…
The stream will be off tomorrow. I wrote up some notes here, with recommendations for additional i…
My mistake. I expected it at the bottom of the post and it was on the second line. Oops :)
I think I did? The README, FAQ and Guidelines files should all have links to the forums now, and i…
Hi everyone. Per, don't forget to add links to this forum into the Github repo :)
Hi all Oh man, I feel like I haven't used forums for 15 years or so. This brings back some memorie…
Welcome! Its good to have you here, and I'm excited to continue working through your course. I fig…
Tested your snipped, works fine. Displays a colored triangle and does not crash when i exit it. I …
Smashing! Welcome to our humble abode. Back when we founded Handmade Network, I actually had plans…
Hi! (just making some noise)
Hi folks, I'm relatively new to 4coder.Loving it so far. However I'm still not sure of how to navi…
First post on our new forums here on Handmade Network! I'll shut off comments on YouTube and funne…
When you update positions, I guess you update ALL livinig and moveable entitys positions. For tha…
Okay thats weird, so it may be some stupid thing on my machine (Ubuntu 17 x64 with nvidia graphic…
The FPL branch or the thing i posted on pastebin?
What is rawInputData? Do you have at least dwSize bytes allocated for it?
Basically, I get a buffer overrun error when using raw input with win32. I have a RAWINPUTDEVICE v…
maxNumberOfEntitys = SOME_VALUE struct entity { //Stuff ALL entitys use. Like pos. }; struct spec…
Thanks! And ya, I agree, and I will probably end up doing just that.
Agreed. Only issue I have with indices is that they produce alot more code. When you make interees…
No crash for me. Window is opened, closed and app shuts down cleanly.
Great work as always. Using approximation/simple shapes seems very sensible.