Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lepips/vlcui

VLCKit for SwiftUI
https://github.com/lepips/vlcui

ios macos swift swiftui tvos vlc vlckit

Last synced: 3 days ago
JSON representation

VLCKit for SwiftUI

Awesome Lists containing this project

README

        

# VLCUI

A [VLCKit](https://code.videolan.org/videolan/VLCKit) wrapper for SwiftUI.

## Requirements

VLCKit must be installed and added to your project prior to using VLCUI.

## Usage

```swift
struct ContentView: View {
var body: some View {
VLCVideoPlayer(url: /* video url */)
}
}
```

## Example

An example project is provided to show basic functionality of VLCUI. Download the frameworks with the provided **Cartfile**:

```shell
carthage update --use-xcframeworks
```