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…
A couple of random thoughts. First, the way you describe your node system, you only really need tw…
A couple of thoughts. I like what nothings is saying about splitting into layers. It's the approac…
Sean, Thanks a lot for pitching in. Much appreciated. :) Exposing the bottom-most layer as an imag…
In most scenarios I find custom-node type stuff to encourage over-engineering for low benefit (in…
I don't have a lot to say about the main topic of the question. But my experience on the issue of…
Which day are you running? If it is before day 324 then this can sometimes happen because of drive…
Do you want to support custom nodes? Tools like Photoshop pretty much do the same stuff, just wit…
If we just take a literal representation of your description, you could end up with something that…
People reading this, just because you respect my work, please don't take my comments here as a fin…
It seems like unions can accomplish what you need with the API. Of course, that may waste some sp…
Hi Casey, has the speaker list been finalized yet?
I have a design problem that seems well-suited to OOP, but I want a clean C implementation. I'd li…