Replies: 1 comment 4 replies
-
Don't worry, I'll be porting most of the AcrylicEverywhere features to DwmBlurGlass, which will definitely have a separate switch. However, the low frame rate refresh of the backdrop occurs throughout the composition engine, which is an intentional optimization behavior, even with our custom blur method. I've thought about implementing it in a BigMusle way, but considering that the composition engine itself has optimizations such as caching and occlusion, as well as a wide variety of Windows versions, it's just asking for trouble. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As title says. AcrylicEverywhere currently supports overriding AccentBlur with it's own blur:
![image](https://private-user-images.githubusercontent.com/85626296/316535474-af71eab9-f89b-40a6-b6ae-2393b035a1a4.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNzM2MjYsIm5iZiI6MTczOTE3MzMyNiwicGF0aCI6Ii84NTYyNjI5Ni8zMTY1MzU0NzQtYWY3MWVhYjktZjg5Yi00MGE2LWI2YWUtMjM5M2IwMzVhMWE0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDA3NDIwNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTk4ZjE3NzBlMzdhOGJkOTk4YmQ5YWU0NTc4MDI2YzBkOWQwZmRhZTJiNTM0YjU5MjAxYjQwNjEyMzQ3MmRhODEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.37bxmPb3N6qvrQkJzQA-VZRAvf3dkMpNHi7MKXrYT_o)
I think it would probably be a good idea to bring this back to DWMBlurGlass as a config.ini switch or experimental option in the GUI or something, especially since you can very clearly notice DComp's biggest shortcoming (30 FPS backdrop refresh), but it would still be useful for those who wish for reflections and accurate colorization on the taskbar/start menu.
Beta Was this translation helpful? Give feedback.
All reactions