Skip to content

This is a modification of Timothy Lottes' PC FXAA v3 with a different Edge Detection algorithm that prevents blurring and catches edges better. For Reshade

Notifications You must be signed in to change notification settings

grebord/Fast-Adaptive-AA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Fast-Adaptive-AA

This in an antialiasing shader for Reshade, based on Timothy Lottes' PC FXAA v3.

Edge detection is its main feature: The original algorithm has been replaced with a new one that preserves visual quality better, while catching more noticeable edges.

Major refactoring went into the shader code, subpixel AA has been removed to prevent blur and the edge processing is now much more readable and maintainable without sacrificing performance.

It is faster than even low-quality SMAA, and visual quality is much better than original FXAA, on par with -and sometimes better than!- SMAA.

Try it out!

About

This is a modification of Timothy Lottes' PC FXAA v3 with a different Edge Detection algorithm that prevents blurring and catches edges better. For Reshade

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages