nosignal-shell/plugin
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
..
src/Caelestia improve performace of SDF 2026-03-25 19:45:45 +01:00
CMakeLists.txt plugin: remove multimedia dep 2025-09-10 22:57:12 +10:00