Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

windows 10 liquidlauncher slow move #176

Closed
wowfilip999 opened this issue Mar 14, 2023 · 1 comment
Closed

windows 10 liquidlauncher slow move #176

wowfilip999 opened this issue Mar 14, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@wowfilip999
Copy link

when i move liquidbounce on screen it slow lagy move liblary error?

@1zun4secondary
Copy link

1zun4secondary commented Mar 14, 2023

This is a known issue with blur and Windows 10 or older Windows 11 builds. Please consider updating to Windows 11, which seems to have addressed this issue or might also try to lower your mouse pull rate (which also causes this issue) to happen. We cannot do much about this sadly, due to the poor blur implementation on Windows.

on Windows 11: https://www.youtube.com/watch?v=jk7NZG7kwjw
on Windows 10/early 11 preview: https://www.youtube.com/watch?v=D8_ix5aaoX4
High mouse pull rate might affects this too - like in Minecraft: https://www.youtube.com/watch?v=A4Efn9xkIDM.

#[cfg(target_os = "windows")]
{
use window_vibrancy::{apply_acrylic, apply_blur, apply_rounded_corners};
if let Err(e) = apply_acrylic(&window, None) {
error!("Failed to apply acrylic vibrancy: {:?}", e);
if let Err(e) = apply_blur(&window) {
error!("Failed to apply blur vibrancy: {:?}", e);
}
}
if let Err(e) = apply_rounded_corners(&window) {
error!("Failed to apply rounded corners: {:?}", e);
// todo: fallback to HTML corners
}
}

On systems which cannot use acrylic blur, it will fall back to blur.

These issues are also noted down below on the tauri window-vibrancy library:
https://github.com/tauri-apps/window-vibrancy#available-functions

@1zun4secondary 1zun4secondary added the bug Something isn't working label Mar 14, 2023
@1zun4 1zun4 pinned this issue May 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants