[Archived] QDAA (Reforged)

Quick rating

[Archived] QDAA (Reforged)

No reviews yet

Forge port of Quick & Dirty Anti-Aliasing which uses super-sampling to achieve less jagged edges on distant blocks.

QoL & Tweaks
Mod Loaders
Forge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Unsupported

About

Project Details

Type
Mod
License
Creative Commons Zero v1.0 Universal
Latest Version
QDAA - v1.0.2 - mc1.20.1
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Due to a lack of time, I am no longer updating this mod

QDAA is a mod for Fabric/Quilt (and later on NeoForge in 1.21+) that adds super-sampling to Minecraft. This mod is a port of that mod to Forge 1.20.1

Differences from Original: This forge port includes a settings to configure the scaling factor for the oversampled image. You have options between 1.0x (off), 1.25x, 1.5x, 1.75x, and 2.0x. By default, the mod uses 1.5x as 2.0x is overkill for most cases.

Side-effects (also present in fabric version): Due to the way this mod works, GUI scaling may be different with different scaling factors and thus will need to be readjusted in the settings.

Original Mod Description

Huh?

Antialiasing is often implemented via "FXAA", "TAA", "MSAA", etc. All of these methods are approximations, but they're very fast. FXAA and TAA are basically just really fancy blurs, and MSAA can only smooth polygon edges; pixelated textures are totally missed out on, which is most of what Minecraft is.

Super-sampling is the most pure, accurate, and expensive form of antialiasing. The entire scene is rendered at a higher resolution, and then downscaled for presentation. It's also the easiest to implement. Image showing how oversampling then downsampling improves overall fidelity on edges.

For example, if you're playing in a 1280×720 window, then QDAA (at 2.0x) will render the game at 2560×1440 instead, and then resize it to 1280×720 before it's drawn to the screen.

This mod reuses functionality in Minecraft that handles macOS Retina displays, so it should be quite compatible, except with other mods that modify how the framebuffer is drawn to the screen. It also technically optimizes the final render step, replacing a normal quad render with a blit.

Notably, due to how this works, QDAA can even antialias GUIs, improving readability of rotated text and smoothing the edges of 3D item models. Shaders only work on the world.

Due to a lack of time, I am no longer updating this mod

This mod is currently cancelled as I have a lot of work these days.

QDAA is a mod for Fabric/Quilt (and later on NeoForge in 1.21+) that adds super-sampling to Minecraft. This mod is a port of that mod to Forge 1.20.1

Differences from Original: This forge port includes a settings to configure the scaling factor for the oversampled image. You have options between 1.0x (off), 1.25x, 1.5x, 1.75x, and 2.0x. By default, the mod uses 1.5x as 2.0x is overkill for most cases.

Side-effects (also present in fabric version): Due to the way this mod works, GUI scaling may be different with different scaling factors and thus will need to be readjusted in the settings.

Original Mod Description

Huh?

Antialiasing is often implemented via "FXAA", "TAA", "MSAA", etc. All of these methods are approximations, but they're very fast. FXAA and TAA are basically just really fancy blurs, and MSAA can only smooth polygon edges; pixelated textures are totally missed out on, which is most of what Minecraft is.

Super-sampling is the most pure, accurate, and expensive form of antialiasing. The entire scene is rendered at a higher resolution, and then downscaled for presentation. It's also the easiest to implement. Image showing how oversampling then downsampling improves overall fidelity on edges.

For example, if you're playing in a 1280×720 window, then QDAA (at 2.0x) will render the game at 2560×1440 instead, and then resize it to 1280×720 before it's drawn to the screen.

This mod reuses functionality in Minecraft that handles macOS Retina displays, so it should be quite compatible, except with other mods that modify how the framebuffer is drawn to the screen. It also technically optimizes the final render step, replacing a normal quad render with a blit.

Notably, due to how this works, QDAA can even antialias GUIs, improving readability of rotated text and smoothing the edges of 3D item models. Shaders only work on the world.

Screenshots

Gallery

  • image.png
    image.png image.png

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Total Downloads
CurseForge
<1,000
Modrinth
<1,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works