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

https://github.com/kaltura/playkit-ios-vr

VR support for PlayKit iOS
https://github.com/kaltura/playkit-ios-vr

360-video ios kaltura playkit vr

Last synced: 9 days ago
JSON representation

VR support for PlayKit iOS

Awesome Lists containing this project

README

          

![Swift 3.0+](https://img.shields.io/badge/Swift-3.0+-orange.svg)
[![CI Status](https://github.com/kaltura/playkit-ios-vr/actions/workflows/ci.yml/badge.svg)](https://github.com/kaltura/playkit-ios-vr/actions/workflows/ci.yml)
[![Version](https://img.shields.io/cocoapods/v/PlayKitVR.svg?style=flat)](https://cocoapods.org/pods/PlayKitVR)
[![License](https://img.shields.io/cocoapods/l/PlayKitVR.svg?style=flat)](https://cocoapods.org/pods/PlayKitVR)
[![Platform](https://img.shields.io/cocoapods/p/PlayKitVR.svg?style=flat)](https://cocoapods.org/pods/PlayKitVR)

# PlayKit iOS VR

This is the VR framework for iOS devices.

### Supported Features

| Features
|---------
| Monoscopic 360 video playback (Panorama View)
| Split screen option for VR (Stereo View)
| Built on top of SceneKit + Metal
| Smooth touch rotation and re-centering
| Custom SCNScene presentation

Monoscopic-360 | Stereoscopic
:-------------------------:|:-------------------------:
|

> **Based On 3rd party library [MetalScope](https://github.com/ejeinc/MetalScope) SDK**

> The library is MIT license:
> https://github.com/ejeinc/MetalScope/https://github.com/ejeinc/MetalScope/blob/master/LICENSE

## Documentation

[Developer Guide](https://github.com/kaltura/playkit-ios-vr/blob/develop/docs/index.md)

[Sample](https://github.com/kaltura/playkit-ios-samples/tree/develop/VRSample)

## License and Copyright Information

All code in this project is released under the [AGPLv3 license](http://www.gnu.org/licenses/agpl-3.0.html) unless a different license for a particular library is specified in the applicable library path.

Copyright © Kaltura Inc. All rights reserved.
Authors and contributors: See [GitHub contributors list](https://github.com/kaltura/playkit-ios-vr/graphs/contributors).