Skip to content

mariedm/SCNVideoWriter

 
 

Repository files navigation

SCNVideoWriter

Version License Platform

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, noppelabs@gmail.com

License

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

About

A simple recorder for SceneKit.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages