
Modrinth · Minecraft mod
QDAA
Quick & dirty antialiasing, based on supersampling (2xSSAA)
Quick answer
Which QDAA release should I use?
QDAA 2.0+neoforge targets 1.21.1, 1.21.2, 1.21.3 with NeoForge. It must be installed on the client. Do not install it on the dedicated server. No extra mods listed for this file.
Where it goes
Is QDAA required on the client, server, or both?
It must be installed on the client. Do not install it on the dedicated server.
This file is marked client-only.
What else does QDAA 2.0+neoforge need?
2.0+neoforge. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional mods.
Before you install it
Add QDAA without breaking your instance.
Built for QDAA 2.0+neoforge. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use 2.0+neoforge. It targets 1.21.1, 1.21.2, 1.21.3 with NeoForge; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 03
Put it on the correct side
It must be installed on the client. Do not install it on the dedicated server.
- 04
Pick the file you checked
Use the “Get this file” button beside 2.0+neoforge. It opens that exact file at the source.
About this project
What does QDAA add?
Implements really simple antialiasing via super-sampling, also known as SSAA.
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.
For example, if you're playing in a 1280×720 window, then QDAA 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.
Versions
2.0 is an xplat redesign of QDAA based on the old "Simple" version, which works on 1.21.1+. Historically, QDAA is available in both "Simple" and "Configurable" versions, which are v1.1 and v1.2 due to having no foresight.
Simple
Really basic implementation of just the AA. Works on any version with Blaze3D, pinky promise. Will likely never need updating. Remind me if I forget to tag new versions. Mojang refactored how their framebuffer code works, so it broke. Yay. 2.0 exists to fix this.
Note: 1.16 and earlier only sorta work. Only 1.18 and higher is supported.
Configurable
More "full-fledged" mod with a config screen and runtime toggling. Potentially useful to ship in modpacks off-by-default. Highly version-dependent due to usage of GUIs. Likely won't receive updates, I regret it.
Project description from Modrinth.
Pick your setup
QDAA by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
23w33a
2 loader builds23w32a
2 loader builds23w31a
2 loader builds23w18a
2 loader builds23w17a
2 loader builds23w16a
2 loader builds23w14a
2 loader builds23w13a_or_b
2 loader builds23w13a
2 loader builds23w12a
2 loader builds23w07a
2 loader buildsShowing the newest 12 of 266 game versions. Older files are in the list below.
Check the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
QDAA versions and loaders
2.0+neoforge
qdaa-neoforge-2.0.jar
28 Dec 2024
2.0+fabric
qdaa-fabric-2.0.jar
28 Dec 2024
1.2
qdaa-1.2.jar
23 Jan 2023
1.1.2
qdaa-1.1.2.jar
18 Jan 2023
1.1.1
qdaa-1.1.1.jar
17 Jan 2023
1.1
qdaa-1.1.jar
16 Jan 2023
1.0
qdaa-1.0.jar
16 Jan 2023
Looking for an older file? The official Modrinth project page is in Resources.