SFML community forums
Help => Graphics => Topic started by: DoubleNy on January 05, 2017, 08:37:52 pm
-
How can i make all window blur ?
-
This depends a lot on the kind of blur you want. Gaussian blur? Some upscaling algorithm? (Fake) Bloom?
Most can be done using sf::RenderTexture or sf::Shader, but you'll have to be more specific.
-
Gaussian blur. I want when i press a key the entire window become blur.
-
Check SFML's "Shader" example.
-
(a bit necro, but for future generations...)
http://en.sfml-dev.org/forums/index.php?topic=21363.0 (http://en.sfml-dev.org/forums/index.php?topic=21363.0)