Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 2 months ago
JSON representation

Completed Project for Cross Platform Image Filter SwiftUI macOS & iOS App

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