I don't have any knowledge about API design.
About the pitch: If I can pass 0 when when I don't …
notnullnotvoid
Right now, I have the user specify frame timing as an integer number of centisecon…
Miles —
I'm currently trying to polish up my realtime gif exporter into a high-quality single-header libr…
RemedyBG 0.3.0.0 has been made available for download at https://remedybg.itch.io/remedybg. Lots …
You did not implement the WinMain function. So compiler is asking you to provide implementation.
…
I recently started the Intro to C videos and I am not able to run the following code on Visual St…
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 …
If you're stuck for more things to watch while isolating, allow me to make a suggestion: Alex Ste…
Yes, assuming you can install reasonable GPU drivers with OpenGL support on Windows running on ma…
aky —
Thanks for the reply! So that would eliminate VMs, but that still leaves open Bootcamp as a possi…
Technically you probably can do multiple threads for multiple windows, but that can get very mess…
I will be fine at the beginning - any of VM's will work. But later Casey switches to fairly moder…
kreco —
Hi albatros!
Thanks for the update.
Any date should do the trick for me if there is no confinem…
aky —
Hi all,
I have a 2018 Macbook Pro running MacOS Catalina. I've seen the thread about the Mac pla…
Jason —
Nice. I'll check out that game engine. Seems like an interesting project. I have used imgui befor…
So, a few mails and an few discord messages later, we have at least 4 people motivated for each d…
Pete —
Ah, so I tested again by supplying the Window parameter while((Result = GetMessage(&Message, …
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 …
This is with NULL argument for Window? Then the loop terminates, right? But before it was not 0 i…
Pete —
Yes, the value of "Result" is 0 in both cases.
Check out https://ourmachinery.com/post/ for generic game engine created with same principles as …
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 …
Pete —
I will just post my findings here if anyone else is curious about this in the future.
From msdn …