Handmade Network»Feed
Bryan Taylor
An affine transform in 3D can be stored in a 4x3 matrix. But that costs you 48 bytes, rather tha…
»
Mārtiņš Možeiko
"Modern" OpenGL is very complex and changes from version to version. So any older book/website av…
»
Ginger Bill
It is silly that you have to do this! Even the new move semantics C++11 require this template def…
»
Ginger Bill
At the moment, in my game I have a type called Transform. 1 2 3 4 5 6struct Transform { Vector3…
»
Abner Coimbre
List is updated. Notice I'm now only adding large, ongoing projects to the list, but I'll add an …
»
Flyingsand
itfrombit OpenGL is actually the closest to the metal that you can currently get on OS X. It sit…
»
Simon Anciaux
Thanks, I'll read those documents but I already understand it a little bit better. Is there a si…
»
Casey Muratori
I believe the "don't use VAOs" conventional wisdom comes from slide 57 in this presentation: htt…
»
Thomas Hiatt
The easiest way to do things is to just create a VAO when your program starts and then just use V…
»
Neil Blakey-Milner
Ah - this triggered a memory. On OS X, there is no OpenGL 3.2+ compatibility mode. You can use …
»
Mārtiņš Možeiko
Are you sure you need VAO? It's been a while I've done something with OpenGL, but I remember that…
»
Neil Blakey-Milner
mrmixer Hi, I'm trying to use a vertex buffer object in OpenGL and have some problem understandi…
»
Simon Anciaux
Hi, I'm trying to use a vertex buffer object in OpenGL and have some problem understanding why it…
»
Neil Blakey-Milner
Sealatron I'm sure resurrecting this old thread is poor forum etiquette, but it looks to be very …
»
James Widman
On a personal note, I should apologize for not objecting to this behavior of decltype when I had …
»
James Widman
Hi all, At 30:05 on day 215, we hit a compile error owing to the behavior of decltype(e). For r…
»
Timothy McCarthy
VS 2008 (I'm doing a 32 bit build.) FYI, FWIW, warning 2018 is the "signed/unsigned mismatch". T…
»
Philip Buuck
Are you using Visual Studio 2013 to compile, or another version?
»
Adam
I'm sure resurrecting this old thread is poor forum etiquette, but it looks to be very relevant t…
»
Tyler
In handmade_debug.cpp, line 486, the less than symbol should be greater than. You copied the con…
»
Timothy McCarthy
This sort of "nit" irritates me. The archive build code sets the compiler switch /WX but does not…
»
BrokenOpCode
Project Name: "Zvuk" What is it: software drum machine / sampler / sequencer written from scratc…
»
Ian James
You, sir, are incredibly helpful, thank you.
»
James Widman
Hi all, The compile errors that we see in episode 214 at 14:46 are probably worth talking about …
»
Mārtiņš Možeiko
This error means that linker doesn't know what are StretchDIBits, timeBegionPeriod and GetDeviceC…
»
Ian James
I tried to build day 33's source code but received these three errors: win32_handmade.cpp:(.text+…
»
Andrew Bromage
mgear Ok, it does change a bit, but its getting pushing more to the right at "dDdx * v3(1,0,0)", …
»
m
Ok, it does change a bit, but its getting pushing more to the right at "dDdx * v3(1,0,0)", didnt …
»
Andrew Bromage
One thing you might want to try is to use a density gradient estimate at the location of the part…
»
Nuno
Hi Kim I was trying to compile this on a Raspberry Pi just to have a look at how it would behave…
»