From 46cf53f6c613f69e828c41c95c68974eb2a230a4 Mon Sep 17 00:00:00 2001 From: Bendik Aagaard Lynghaug Date: Tue, 9 Jun 2026 11:26:02 +0200 Subject: [PATCH] add glpaper as a reference in readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0a1e9bf..baa072d 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,10 @@ cargo build --release Requires a Wayland compositor that implements `zwlr-layer-shell-v1` (Sway, Hyprland, river, labwc, and most wlroots-based compositors). +## Acknowledgements + +Inspired by [glpaper](https://hg.sr.ht/~scoopta/glpaper) by Scoopta. gpupaper extends the concept with multi-monitor support, WGSL, a wgpu backend, and compatibility with both glpaper-style and ShaderToy-style GLSL shaders. + ## License MIT