These look pretty good, thanks Pseudonym! I'll be sure to give some a listen.
No problem. I'll do my best to keep everyone in the loop :)
aky —
So if I opt to try Bootcamp, would you (or anyone else) have an opinion of which Windows version w…
If you're stuck for more things to watch while isolating, allow me to make a suggestion: . I know …
Yes, assuming you can install reasonable GPU drivers with OpenGL support on Windows running on mac…
aky —
Thanks for the reply! So that would eliminate VMs, but that still leaves open Bootcamp as a possib…
Technically you probably can do multiple threads for multiple windows, but that can get very messy…
I will be fine at the beginning - any of VM's will work. But later Casey switches to fairly modern…
kreco —
Hi albatros! Thanks for the update. Any date should do the trick for me if there is no confinement…
aky —
Hi all, I have a 2018 Macbook Pro running MacOS Catalina. I've seen the thread about the Mac platf…
Jason —
Nice. I'll check out that game engine. Seems like an interesting project. I have used imgui before…
So, a few mails and an few discord messages later, we have at least 4 people motivated for each da…
Pete —
Ah, so I tested again by supplying the Window parameter and it turns out that it never handles th…
Well in my case I just do what's necessary, I don't mind writing high level C++ code. Any code is …
Arnon —
So, to rephrase, you're saying that the answer to the qustion of whethere it's beneficial or not, …
I've seen and experienced both ends of spectrum. Depends on what kind of company and what kind of …
Arnon —
So, that "write C in C++" style that people like C.M and J.B are advocating, do people find that p…
This is with NULL argument for Window? Then the loop terminates, right? But before it was not 0 in…
Pete —
Yes, the value of "Result" is 0 in both cases.
Check out for generic game engine created with same principles as HH. As for something more speci…
Is value of "Result" the same for both cases?
Jason —
Before coming into handmade hero I was your typical, C++ programmer who had been programming and d…
You can read the the #14 development update, with the progress from the second half of December 2…
Pete —
I will just post my findings here if anyone else is curious about this in the future. From msdn ab…
Pete —
Hmm, in terms of the order the messages gets recieved it looks pretty identical when looking at th…
My guess is that when DestroyWindow was called in WM_CLOSE, then window handle is no more valid. I…
Pete —
Hey it worked! Now just so I understand this properly. The reason I never got a WM_QUIT message wa…
Remove "Window" argument from call to GetMessage, pass NULL instead.
Pete —
I am using Anki for a bunch of other stuff such as learning Japanese and Geography. However I hav…
Pete —
Hello, I have encountered a somewhat confusing (atleast for me) problem. The problem is that when …