Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/noppefoxwolf/scnvideowriter

A simple recorder for SceneKit.
https://github.com/noppefoxwolf/scnvideowriter

Last synced: 29 days ago
JSON representation

A simple recorder for SceneKit.

Awesome Lists containing this project

README

        

# 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](https://img.shields.io/cocoapods/v/SCNVideoWriter.svg?style=flat)](http://cocoapods.org/pods/SCNVideoWriter)
[![License](https://img.shields.io/cocoapods/l/SCNVideoWriter.svg?style=flat)](http://cocoapods.org/pods/SCNVideoWriter)
[![Platform](https://img.shields.io/cocoapods/p/SCNVideoWriter.svg?style=flat)](http://cocoapods.org/pods/SCNVideoWriter)

## 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](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
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.