openpencil/desktop
Danila Poyarkov 8ced3201cf Cache effect ImageFilters and reuse layer paint
Eliminates per-frame WASM allocations for shadows and blurs:
- Reusable effectLayerPaint instead of new Paint() per effect
- ImageFilter cache keyed by params (drop shadow, blur, decal blur)
- Zero allocations during SkPicture recording for cached effects
2026-03-03 10:12:02 +03:00
..
capabilities Cache effect ImageFilters and reuse layer paint 2026-03-03 10:12:02 +03:00
icons Use pencil loader icon as Tauri app icon 2026-03-01 01:37:01 +03:00
src Wire native Tauri menu to tab actions 2026-03-02 18:36:27 +03:00
.gitignore Rename src-tauri → desktop, symlink for CLI compat 2026-02-28 08:10:09 +03:00
build.rs Rename src-tauri → desktop, symlink for CLI compat 2026-02-28 08:10:09 +03:00
Cargo.lock Fix trackpad pinch-to-zoom on Safari macOS 2026-03-01 22:07:47 +03:00
Cargo.toml Fix trackpad pinch-to-zoom on Safari macOS 2026-03-01 22:07:47 +03:00
tauri.conf.json Release v0.4.2 2026-03-02 18:14:35 +03:00