Skip to content

Papercloud/SCNVideoWriter

 
 

Repository files navigation

Recommendation

If you want to record ARKit, try ARKitRecorder. Real Time record, Aspect ratio and timestamp are perfect.

https://github.com/noppefoxwolf/ARKitRecorder

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

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 96.0%
  • Ruby 4.0%