Skip to content

janekb04/glfw-transparent-blur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GLFW Transparent Blur

The goal here is to create a window that will have the characteristic frosted glass look. Currently it has a basic implementation on Windows using the undocumented function SetWindowCompositionAttribute which enables Acrylic effects for the window.

The window is actually just a normal undecorated window with a transparent framebuffer. Thus, moving it, resizing it, and drawing the title bar is handled in software. Showcase below:

About

Creating a window with transparent blur "frosted glass" background using GLFW.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors