It is day 335. I am running it through the command line within handmade\data with ....\build\win32…
OpenGL 3.2 upgrade! Now that's what i want to hear :D
There's a new version of Milton available. Get it while it's hot! It has a brand-new renderer that…
Clearly I need to work on my reading comprehension :) Yes, using clang-format on the command line …
The masking with ClipMask is exactly for aligning purposes. No other reason. But I think you are r…
In your TODO.txt you mention 'line numbers' and it was one of the first things I checked for when …
@brothir, your answer is the best. Unfortunately C is very old and the standard library is very ba…
This is how I use it: // meta.cpp #include "templates.h" struct node_type { int data; node_type *…
I live near Orlando, Florida and hurricane Matthew approaches. My friends were already evacuated a…
I am not asking why are we aligning. I'm asking why are we masking? We don't need the additional m…
I think this is in the intersection of API design and implementation detail. You could let the use…
We are doing that because for loading/storing memory to/from simd register there are two options. …
Anyway, you mention "feeding the output to clang format", which I'm guessing means you ran clang-…
Ah, interesting. I was wondering if I was missing something, perhaps I should have paid attention …
Bill, I think there is real value in keeping effects as nodes, instead of making them input/outpu…
Allen, I agree with the fact that function pointers tend to get ugly really quickly. I'll probably…
Jesse —
Reminds me of Processing.org! Thanks for sharing!
Jesse —
That's jumping into the deep end of the pool without a floatation device. You've probably tried al…
I used to use clang-format for code generation kind of stuff. Instead of using templates I would u…
hugo —
I don't know exactly when it would be useful, but it worked flawlessly and its very fun to play! T…
Hi all, my name is Anaël, I'm an artist and programmer working mainly as a technical art director…
Hi there, I am following handmade hero and I found something interesting on day 127. Casey aligns …
Hi everyone, Apologies if you all have seen before, but I did a search through the forums and onl…
Mór —
I'll try any crazy thing to avoid running MS. lol
Shazan —
I there a way to learn about rendering techniques without math background from zero knowledge?
Mór —
I have been following the show on Linux all the way. I started using David Gow's , which I would …
hayai —
I'm probably going to be coming in Thursday and leaving on Monday, not 100% sure yet though.
owensd, I did something similar with the current undo system in Papaya, but having done it, I pre…