Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-16T15:39:38.000Z (almost 5 years ago)
- Last Synced: 2024-11-12T21:38:38.380Z (about 1 month ago)
- Topics: imagefilter, ios, macos, swift, swiftui
- Language: Swift
- Size: 1.28 MB
- Stars: 92
- Watchers: 5
- Forks: 14
- 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
![Alt text](./promo.jpg?raw=true "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