Show HN: High performance X11 animated wallpapers
1–10 of 70 posts
Re: Show HN: High performance X11 animated wallpapers
#2Quick youtube showcase: https://www.youtube.com/watch?v=6ZTiA885bWM
Re: Show HN: High performance X11 animated wallpapers
#3So the animated wallpaper scene on linux is pretty bizarre. There are some popular methods out there like calling `feh --fill-bg` continuously in a bash loop but it sends your CPU usage to an astronomical 40% which drains the laptop battery pretty quickly. I couldn't find a reasonable animated desktop wallpaper setter, so I wrote a little utility in 150 lines or so in C that I call from .xinitrc to randomly pick a fa…
Re: Show HN: High performance X11 animated wallpapers
#4Re: Show HN: High performance X11 animated wallpapers
#5Re: Show HN: High performance X11 animated wallpapers
#6I love the focus on reducing CPU, GPU, and battery consumption... but it's still going to be distracting.
Re: Show HN: High performance X11 animated wallpapers
#7Just fyi, I think SDL_LoadBMP relies on sdl2_image; you may want to note that as a dependency.
https://github.com/SDL-mirror/SDL/blob/master/include/SDL_su...
Re: Show HN: High performance X11 animated wallpapers
#8So the animated wallpaper scene on linux is pretty bizarre. There are some popular methods out there like calling `feh --fill-bg` continuously in a bash loop but it sends your CPU usage to an astronomical 40% which drains the laptop battery pretty quickly. I couldn't find a reasonable animated desktop wallpaper setter, so I wrote a little utility in 150 lines or so in C that I call from .xinitrc to randomly pick a fa…
Re: Show HN: High performance X11 animated wallpapers
#9So the animated wallpaper scene on linux is pretty bizarre. There are some popular methods out there like calling `feh --fill-bg` continuously in a bash loop but it sends your CPU usage to an astronomical 40% which drains the laptop battery pretty quickly. I couldn't find a reasonable animated desktop wallpaper setter, so I wrote a little utility in 150 lines or so in C that I call from .xinitrc to randomly pick a fa…
Really it should be something built in to the DE. You need it to stop rendering when the background is covered.
Re: Show HN: High performance X11 animated wallpapers
#10So the animated wallpaper scene on linux is pretty bizarre. There are some popular methods out there like calling `feh --fill-bg` continuously in a bash loop but it sends your CPU usage to an astronomical 40% which drains the laptop battery pretty quickly. I couldn't find a reasonable animated desktop wallpaper setter, so I wrote a little utility in 150 lines or so in C that I call from .xinitrc to randomly pick a fa…