I've noticed that sometimes when working in remedy when I press F11 to step into a function it bre…
Hey everyone! This is the first post in a new monthly series where we highlight some of the amazin…
Imagine that A and B are two guys sitting on each side of a restaurant table with their own syste…
The reason is that an axis is an X, Y, Z Cartesian vector, while a quaternion can be seen more as …
Makes sense to report it on GitHub, thanks. Well, it is easy to get around the problem with an if-…
Linearly interpolating between 2 orientations represented by axis angle results in non-constant an…
Let T be the linear transformation on the vector space V; let and let be 2 different set of basi…
@ mrmixer Thanks for the tip! The video is a bit older, I changed my environment already where I c…
You can have the command buffers and have the engine expose some functions for other things (hopef…
Maybe you'll get a faster answer if you . If it's a important issue to you, is available. You cou…
When I run the command line interface and an array of length zero is encountered, it stops outputt…
@ mmozeiko That with the command buffer is a nice idea! This didn't came across my mind. However I…
@ Dawoodoz Thanks for the input! I assume that the engine and the game dlls are always compiled wi…
Hey, thanks for responding, Loris! I can appreciate that. For my purposes I mainly develop on x8…
You can use memory "command buffers" to pass information back to your engine. Without calling any …
Problems might come if the program gets old and a new version of the compiler changes how classes …
Hi there, so I realize virtual functions are a very contentious topic here. I just recently added …
I am working with two related formats. They share an enum. I suspect some include feature is on th…
I assume the surprising part is that it's always the same value. But is a hardware timer so it i…
There were several cleanup and features added to since the last post: for comptime compilation i…
If I understand correctly, your argument is that a "good" compile time system can only be pure, po…
Hello, thank you for the indepth info about the QPC, very interesting read. I just wanted to add t…
CPU reference implementations of OpenGL also have bugs due to the standard's complexity that grew …
William, You're right, I guess I was a victim of coding along without pausing to understand what w…
The parameter is a pointer to a memory location where a type exists, but the memory initialized …
My previous CPU was faulty and when I was trying to figure out if it was either that or the memory…
Hi, In Day 346 around the 29:00 mark, Casey writes this line in PLATFORM_DEALLOCATE_MEMORY, castin…
Maybe try running memtest to see if you don't have some generic memory issues - Also try cpu stre…
The Handmade Hero tutorial shows experienced programmers (4-20 years experience) how to make advan…
I did rename them at all times. I shut down my pc to move it to another room and now none of the t…