Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maximalien/arplayer
Playback videos using ARKit and AVFoundation.
https://github.com/maximalien/arplayer
arkit augmented-reality augmented-reality-application avfoundation avplayer ios11 scenekit video-player video-streaming
Last synced: 3 months ago
JSON representation
Playback videos using ARKit and AVFoundation.
- Host: GitHub
- URL: https://github.com/maximalien/arplayer
- Owner: MaximAlien
- License: mit
- Created: 2017-09-09T18:46:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-14T04:06:51.000Z (about 4 years ago)
- Last Synced: 2024-06-23T04:56:29.607Z (7 months ago)
- Topics: arkit, augmented-reality, augmented-reality-application, avfoundation, avplayer, ios11, scenekit, video-player, video-streaming
- Language: Objective-C
- Homepage:
- Size: 20.5 MB
- Stars: 138
- Watchers: 9
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ARPlayer
[![Build Status](https://travis-ci.org/MaximAlien/ARPlayer.svg?branch=master)](https://travis-ci.org/MaximAlien/ARPlayer)
![License](https://img.shields.io/badge/license-MIT-blue.svg)
[![codecov](https://codecov.io/gh/MaximAlien/ARPlayer/branch/master/graph/badge.svg)](https://codecov.io/gh/MaximAlien/ARPlayer)Playback videos by placing TV anywhere on the surface using ARKit and AVFoundation.
## Features
Current version of ARPlayer has such features:
- Playback control: pause, stop, next video, previous video.
- Ability to scale and rotate media player.
- Animatable and tactile interaction with playback controls.
- Re-position of the media player within current horizontal plane.
- Horizontal planes detection.## Example
Full example can be found [here](https://www.youtube.com/watch?v=2cl9tNzfBYc).![Screen1](https://raw.githubusercontent.com/MaximAlien/ARPlayer/master/ARPlayer/Resources/example.gif)