Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lepips/vlcui
- Owner: LePips
- License: mit
- Created: 2022-09-16T19:59:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-15T22:38:51.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T13:18:56.661Z (over 1 year ago)
- Topics: ios, macos, swift, swiftui, tvos, vlc, vlckit
- Language: Swift
- Homepage:
- Size: 109 KB
- Stars: 10
- Watchers: 3
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```