# VLCUI **Repository Path**: curryluya/VLCUI ## Basic Information - **Project Name**: VLCUI - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-20 - **Last Updated**: 2026-01-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```