nosignal-shell/modules/drawers
Robin Seger 6103ce19e8 improve performace of SDF
- Avoid fullscreen shading every pixel
       - Evaluate each BlobRect: localized quad, only nearby rects, instead of all 8 rects
       - O(1-3) per pixel for most passes, rather than O(N²) with N=8(~72 iterations).
       - Closed panels excluded entirely from loop.
2026-03-25 19:45:45 +01:00
..
Backgrounds.qml chore: fix all import formats 2026-03-22 06:02:19 +11:00
Border.qml chore: fix all import formats 2026-03-22 06:02:19 +11:00
Drawers.qml improve performace of SDF 2026-03-25 19:45:45 +01:00
Exclusions.qml chore: fix all import formats 2026-03-22 06:02:19 +11:00
Interactions.qml feat: sdf blob based drawers 2026-03-25 12:04:55 +11:00
Panels.qml feat: sdf blob based drawers 2026-03-25 12:04:55 +11:00