https://github.com/alexmalyutindev/unity-cmaa2
Port of Intel's Conservative Morphological Anti-Aliasing 2.0 for Unity Engine.
https://github.com/alexmalyutindev/unity-cmaa2
unity urp
Last synced: 10 months ago
JSON representation
Port of Intel's Conservative Morphological Anti-Aliasing 2.0 for Unity Engine.
- Host: GitHub
- URL: https://github.com/alexmalyutindev/unity-cmaa2
- Owner: alexmalyutindev
- License: mit
- Created: 2025-05-27T18:20:54.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-01T10:04:17.000Z (about 1 year ago)
- Last Synced: 2025-06-22T22:42:06.712Z (about 1 year ago)
- Topics: unity, urp
- Language: HLSL
- Homepage:
- Size: 61.5 KB
- Stars: 20
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CMAA2 for Unity URP
**Conservative Morphological Anti-Aliasing 2.0 (CMAA2)** ported to the Unity Universal Render Pipeline.
CMAA2 is a post-process anti-aliasing technique focused on delivering high-quality edge smoothing while preserving the sharpness of the original image.
Details of the original implementation and performance analysis are available in Intel’s article:
https://www.intel.com/content/dam/develop/external/us/en/documents/conservative-morphological-anti-aliasing.pdf
| CMAA Off | CMAA On |
|------------------------|-----------------------|
| ![cmaa-2-disabled-out] | ![cmaa-2-enabled-out] |
## Installation
TODO:
## Acknowledgements
This project includes a modified version of [`CMAA2.hlsl`](https://github.com/GameTechDev/CMAA2/blob/master/Projects/CMAA2/CMAA2/CMAA2.hlsl) from Intel’s [GameTechDev/CMAA2](https://github.com/GameTechDev/CMAA2) project.
The original code is licensed under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).
See [`THIRD_PARTY_LICENSES/CMAA2-LICENSE`](THIRD_PARTY_LICENSES/CMAA2-LICENSE) for details.
License
-------
This project is MIT License - see the [LICENSE](LICENSE) file for details
[cmaa-2-disabled-out]: https://github.com/user-attachments/assets/68805e27-e569-4da8-86ff-60912f0709b0
[cmaa-2-enabled-out]: https://github.com/user-attachments/assets/b41fb60c-af01-4f1f-83de-4f68b342e8cc