SCNVideoWriter 0.5.0

SCNVideoWriter 0.5.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Aug 2017
SwiftSwift Version 3.2
SPMSupports SPM

Maintained by noppefoxwolf.



  • By
  • noppefoxwolf

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

SCNVideoWriter is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "SCNVideoWriter"

Usage

let writer = try! SCNVideoWriter(scene: sceneView.scene)
writer.startWriting()
writer.finishWriting(completionHandler: { [weak self] (url) in
  print("done", url)
})

Author

noppefoxwolf, [email protected]

License

SCNVideoWriter is available under the MIT license. See the LICENSE file for more info.