This Swift project demonstrates a real-time blurring effect and other Core Image filter techniques using CIFilter
and Metal. The app provides a responsive experience with smooth adjustments for image processing.
- Smooth Blurring: Real-time Gaussian blur that updates seamlessly with a slider.
- Optimized Performance: Combines Core Image and Metal textures for faster rendering.
- SwiftUI Interface: Modern UI for image editing tools.
- Core Image (
CIFilter
) for image processing. - Metal Textures for GPU acceleration.
- SwiftUI for a clean and interactive interface.