https://github.com/alfianlosari/imagefilterswiftuicompleted
Completed Project for Cross Platform Image Filter SwiftUI macOS & iOS App
https://github.com/alfianlosari/imagefilterswiftuicompleted
imagefilter ios macos swift swiftui
Last synced: about 1 month ago
JSON representation
Completed Project for Cross Platform Image Filter SwiftUI macOS & iOS App
- Host: GitHub
- URL: https://github.com/alfianlosari/imagefilterswiftuicompleted
- Owner: alfianlosari
- Created: 2020-03-16T15:38:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-16T15:39:38.000Z (about 5 years ago)
- Last Synced: 2025-03-24T14:12:12.847Z (about 2 months ago)
- Topics: imagefilter, ios, macos, swift, swiftui
- Language: Swift
- Size: 1.28 MB
- Stars: 94
- Watchers: 4
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Completed Project for Cross Platform Image Filter SwiftUI macOS & iOS App

Follow the tutorial at [alfianlosari.com](https://alfianlosari.com "Alfian Losari")
## Features
- Filter image using predefined filters from the MetalPetal Swift library.
- Select input image using macOS file panel and iOS UIImagePickerController.
- Drag & Drop input image using SwiftUI View modifier in macOS
- Save the filtered image using macOS file panel and iOS UIActivityViewController
- Shared models and service code between targets## Requirements
- Xcode 11.3
- macOS 10.15 Catalina## Getting Started
- Clone or download
- Run pod install
- Build and Run