Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/noppefoxwolf/scnvideowriter
- Owner: noppefoxwolf
- License: mit
- Created: 2017-07-30T19:04:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-09T09:00:59.000Z (almost 6 years ago)
- Last Synced: 2024-05-02T05:46:11.932Z (6 months ago)
- Language: Swift
- Homepage:
- Size: 42 KB
- Stars: 8
- Watchers: 3
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.