Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 954 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 954 Bytes

MyRecolor

Recolor - A painting game like Secret Garden for Swift practice.

Features

  1. Use OpenCV's floodFill algorithm. (You can download OpenCV framework from here.)
  2. Support recovering and saving.

Framework & Library

  • OpenCV2
  • AVFoundation
  • SwiftPrompts
  • UIKit

Technique

  • Mixed-Language Programming of Objective-C and Swift.
  • OpenCV2 in iOS
  • UICollectionView
  • UIcollectionViewLayout
  • Custom view transition: UIViewControllerAnimatedTransitioning
  • NSBundle
  • NSFileManager

Gestures

  1. Swipe up in the picture to close.

  2. Swipe down in the picture to save to album.

image

Ps: The prompts in this app is from here.

Caveat

  • OpenCV2 framework is not contained in this repository. To run this repository, you should download and include the OpenCV2 framework first.