Because he likes to use few C++ features that are not in C - operator overloading (+ / * for vecto…
Casey, why don't you use a plain C?
Hello everyone! I'm new on the forums, but I've been following Handmade Hero and the network for a…
I use clang when msvc error messages aren't clear enough for me (it rarely the case but happens so…
I've been trying to do this recently as well. Are you still using clang Simon? What does your setu…
Guntha —
Made a lot of structural changes to the engine to allow serializing maps and make features customi…
I made a couple of notes while using cdbg so that I wouldn't bombard you with lots of small things…
Hi there, I've been eyeing Odin for a number of years and now giving it a try. I'm following the b…
I want to give you a short update about the current state of FPL. The recent weeks i didn´t had m…
Thanks Simon, makes sense about it reading garbage due to no null termination. I went ahead and up…
I think it's accurate to say that I'm not using a framework, yeah. I might try one someday, but I'…
This is really discussion about GUI frameworks you are using. If you are using IMGUI style UI, the…
I've followed Handmade Hero through the end of the prototyping of the Windows platform layer, and …
There doesn't seem to be a problem with the At pointer, as it's never modified in the ParseOBJ fun…
Thanks to everyone. This is definitely one of the most helpful communities. I will come back and l…
Thanks! I just switch from previous version and there weren't thing like that, I gotta read patch …
Greetings and apologies for the late reply. Like I mentioned we had a port going (mostly thanks t…
Yes this was a bug in 4.0.29. The the next build will restore the ability to resize panels with t…
Thanks for the positive comments, hope the videos were helpful! Feel free to ask any questions abo…
Ray —
It seems related to an overflow of the internal batch system. There is a mechanism to avoid that b…
This is the most recent video I know of explicitly discusses using DoD on a large project: Spoil…
Very cool stuff! I watched all the videos on YT--they weren't monotonic, they were very clear and…
If you're in notepad mode, you can't use the marker. Make sure you're in 4coder mode and try agai…
The most important learning happens when you're forced by necessity to have to figure things out …
Hey Simon, I apologize for not providing better information and appreciate you taking time to revi…
I had a strange behavior. If I call DrawText too much on each frame, then nothing is Drawn at all.…
Hi everyone, I've made a series of short video code reviews of the different systems that comprise…
spx —
So far I have found 2 places where spaces are problematic. Both, as well as the user input for co…
Is there something to do to load a obj ? The code I downloaded doesn't call ParseOBJ as it is, and…