Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsvietOK/WinUIVLC
This is an unofficial design concept of a VLC media player created using design components from WinUI 3 / Windows App SDK.
https://github.com/tsvietOK/WinUIVLC
csharp design-concepts dotnet fluent fluent-design vlc vlc-libvlc vlc-media-player winappsdk winui winui3 xaml
Last synced: 13 days ago
JSON representation
This is an unofficial design concept of a VLC media player created using design components from WinUI 3 / Windows App SDK.
- Host: GitHub
- URL: https://github.com/tsvietOK/WinUIVLC
- Owner: tsvietOK
- License: mit
- Created: 2023-11-06T22:41:17.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2023-11-28T19:27:15.000Z (11 months ago)
- Last Synced: 2024-10-13T20:22:07.171Z (23 days ago)
- Topics: csharp, design-concepts, dotnet, fluent, fluent-design, vlc, vlc-libvlc, vlc-media-player, winappsdk, winui, winui3, xaml
- Language: C#
- Homepage:
- Size: 3.52 MB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
WinUIVLC
WinUIVLC - is an unofficial design concept of a VLC media player created using design components from WinUI 3 / Windows App SDK. As base libraries for media playback, used [libVLC](https://www.videolan.org/vlc/libvlc.html) and [LibVLCSharp](https://github.com/videolan/libvlcsharp).
## Screenshots
## Supported features
- Play/Pause (Space)
- Stop (S)
- Fast forward +10s (Arrow right)
- Fast forward +3s (Shift + Arrow right)
- Fast forward +60s (Ctrl + Arrow right)
- Rewind -10s (Arrow left)
- Rewind -3s (Shift + Arrow left)
- Rewind -60s (Ctrl + Arrow left)
- Full screen mode (F)
- Mute/unmute (M)
- Change volume (Arrow up/down or mouse scroll)
- Supported file types: mkv, mp4Work in progress...