Skip to content

JerryMerweather/UIBlurShowcaseGdevelop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

UI Background Blur

How it works

  1. Apply Blur Effect: The base layer has a blur effect applied to it.
  2. Take Snapshot: A snapshot of the blurred base layer is taken and rendered into a sprite called bg. The bg sprite has the same size as the camera.
  3. Disable Blur Effect: The blur effect is disabled on the base layer.
  4. Mask with NewSprite3: The bg sprite is then masked with NewSprite3.

Static blur

Instead of repeating the above multiple times, its done once. image

Dynamic blur

Repeates the steps every 0.055 seconds, which is 18 frames per second. It can be executed every frame. image

About

UI background blur effect

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published