Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 682 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 682 Bytes

wall-e

A silly little wallpaper programme for X that has a few features for vaguely fun visual effects, for example my set-up with bspwm, eww, and picom:

demo.mp4

Building

Requirements:

  • cmake
  • gperf
  • OpenGL C libraries (including glu)
  • python (v3 or above)
  • stb_image from stb
  • xxd
git clone --recurse-submodules https://github.com/mmmsoup/walle
cd walle
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=release ..
make