redhog / InfiniteGlass

Window manager with infinite desktop, infinite zoom and infinite window resolution
https://redhog.github.io/InfiniteGlass/
GNU General Public License v3.0
35 stars 5 forks source link

Changed background to Lyapunov fractal #68

Closed alexkh closed 4 years ago

alexkh commented 4 years ago

Testing fractals in the background...

redhog commented 4 years ago

Wow! This is super cool (and super slow with software rendering on my machine :P).

redhog commented 4 years ago

Also... Try using

uniform vec4 root_IG_VIEW_DESKTOP_VIEW;

to "pan" the fractal as the desktop is panned! Could look really cool, esp. if they pan at slightly different speeds, so that the fractal really looks like it's a bit behind the windows...

redhog commented 4 years ago

Another idea: Let the user define a color range to use in the fractal in theme.json!

redhog commented 4 years ago

Regarding iGlobalTime - this is a bit problematic, as there is no screen rendering unless a window has a content or position/size change... But maybe we could do something else with it that won't look weird when only updated when there are changes?