Thanks for sharing! Author here, happy to answer any questions.
AAA – Analytical Anti-Aliasing
51–60 of 104 posts
Re: AAA – Analytical Anti-Aliasing
#52Awesome article. SDF(or mSDF) isn't the future. It's already "good enough" classic. > This works, but performance tanks hard, as we solve every > bezier curve segment per pixel This is "the future" or even present as used in Slug and DirectWrite with great performance https://sluglibrary.com/ https://learn.microsoft.com/en-us/windows/win32/directwrite/...
Had to do a _lot_ of work to make it production-ready, as their voronoi-based tesselation goes pathological on a lot of Asian glyphs.
Re: AAA – Analytical Anti-Aliasing
#53Thanks for sharing! Author here, happy to answer any questions.
Can you elaborate a bit on the tech-stack used for this blog? I didn't find any hints in the source (but I'm not an expert). Is it some known framework? What does the input look like (Markdown etc).?
Found it by going to the comments since the comments are GitHub issues the "x comment" is a link to the issues page.
Re: AAA – Analytical Anti-Aliasing
#54Re: AAA – Analytical Anti-Aliasing
#55Thanks for sharing! Author here, happy to answer any questions.
> Mobile chips support exactly MSAAx4 [...] the driver will force 4x anyways On what GPUs and through what APIs did you see this? This seems fairly weird. I especially wouldn't expect Apple to have problems.
Re: AAA – Analytical Anti-Aliasing
#56Earlier quoted context omitted.
I really dislike TAA, especially on lower framerates. There's too much ghosting. I often switch it to a slower algorithm just so I don't get ghosting.
It’s very strange. I had a vivid dream, only about 5 hours ago, where I was debating the drawbacks of TAA with some scientists in a lab (likely because Half Life has been in the news this week). I think I dream about rendering algorithms once every several years. And now today there’s this post and your comment here in the front page.
Which is another way of saying: a proof of God would be going through life without a constant stream of surprisingly meaningful coincidences.
Unbiased reality is inherently a blind but inventive "Creator".
Re: AAA – Analytical Anti-Aliasing
#57Appreciated that link out to Captain Disillusion. I had not heard of that guy. Incredible work, here's a direct link for those interested in video effects: https://www.youtube.com/@CaptainDisillusion
Re: AAA – Analytical Anti-Aliasing
#58Thanks for sharing! Author here, happy to answer any questions.
Re: AAA – Analytical Anti-Aliasing
#59Graphics programming analysis done using examples written in WebGL–genius. Hypertext that takes full advantage of the medium. This reminds me of something I'd see on https://pudding.cool/ , but it goes far more in depth than anything there. Absolutely fantastic article. I've been using MSAAx4 in my rendering engine for some time and only recently have considered switching to a FXAA / TAA implementation. I'm actually…
I really dislike TAA, especially on lower framerates. There's too much ghosting. I often switch it to a slower algorithm just so I don't get ghosting.
Re: AAA – Analytical Anti-Aliasing
#60Earlier quoted context omitted.
I really dislike TAA, especially on lower framerates. There's too much ghosting. I often switch it to a slower algorithm just so I don't get ghosting.
My feeling is if I can render at 4K I can just not do AA at all. It really looks quite fine without, at least for me.