List is updated. Notice I'm now only adding large, ongoing projects to the list, but I'll add an o…
Metal is now available on OS X El Capitan. However, it looks to be just shy of 30% of OS X instal…
Thanks, I'll read those documents but I already understand it a little bit better. Is there a site…
I believe the "don't use VAOs" conventional wisdom comes from slide 57 in this presentation: At l…
The easiest way to do things is to just create a VAO when your program starts and then just use VB…
Ah - this triggered a memory. On OS X, there is no OpenGL 3.2+ compatibility mode. You can use Op…
Are you sure you need VAO? It's been a while I've done something with OpenGL, but I remember that …
Short version: You need a VAO. You might get away without creating one with some OpenGL drivers…
Hi, I'm trying to use a vertex buffer object in OpenGL and have some problem understanding why it …
is probably a good starting point - it's what I started my OS X platform layer (for another proj…
On a personal note, I should apologize for not objecting to this behavior of decltype when I had t…
Hi all, At , we hit a compile error owing to the behavior of decltype(e). For reference, the rule …
VS 2008 (I'm doing a 32 bit build.) FYI, FWIW, warning 2018 is the "signed/unsigned mismatch". Tha…
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 to…
Tyler —
In handmade_debug.cpp, line 486, the less than symbol should be greater than. You copied the condi…
This sort of "nit" irritates me. The archive build code sets the compiler switch /WX but does not …
Project Name: "Zvuk" What is it: software drum machine / sampler / sequencer written from scratch.…
You, sir, are incredibly helpful, thank you.
Hi all, The compile errors that we see in are probably worth talking about since there's a good c…
This error means that linker doesn't know what are StretchDIBits, timeBegionPeriod and GetDeviceCa…
I tried to build day 33's source code but received these three errors: win32_handmade.cpp:(.text+0…
As noted, it's untested code. There's likely to be a bug in it somewhere. The thing to note here…
m —
Ok, it does change a bit, but its getting pushing more to the right at "dDdx * v3(1,0,0)", didnt h…
One thing you might want to try is to use a density gradient estimate at the location of the parti…
Nuno —
Hi Kim I was trying to compile this on a Raspberry Pi just to have a look at how it would behave a…
Sagar —
Here are two DIY consoles that I had found to be really awesome: I know this is not directly rel…
Now that everyone is streaming on twitch, and since twitch has a very slow website, I made this: …
m —
Ok, thanks! Got it bit nicer by checking which side the particle is from the spawner x, so if its …
I don't believe you are doing something wrong, that is just a consequence of doing central differe…