Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/curiousvlxd/YouTube-Video-Uploader-Avalonia
My YouTube Video Uploader application (https://github.com/schoolgunslinger/YouTube-Video-Uploader-WPF), but converted to Avalonia framework for making it cross-platform.
https://github.com/curiousvlxd/YouTube-Video-Uploader-Avalonia
avalonia avaloniaui cross-platform csharp wpf
Last synced: 2 months ago
JSON representation
My YouTube Video Uploader application (https://github.com/schoolgunslinger/YouTube-Video-Uploader-WPF), but converted to Avalonia framework for making it cross-platform.
- Host: GitHub
- URL: https://github.com/curiousvlxd/YouTube-Video-Uploader-Avalonia
- Owner: curiousvlxd
- Created: 2022-03-13T08:50:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-13T09:35:35.000Z (almost 3 years ago)
- Last Synced: 2024-05-18T21:36:09.631Z (8 months ago)
- Topics: avalonia, avaloniaui, cross-platform, csharp, wpf
- Language: C#
- Homepage:
- Size: 132 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-avalonia - YouTube Video Uploader - Converted from WPF to Avalonia cross-platform tool for uploading videos to YouTube. (Samples and Projects / Other)
README
# YouTube-Video-Uploader-Avalonia
My YouTube Video Uploader application (https://github.com/schoolgunslinger/YouTube-Video-Uploader-WPF), but converted to Avalonia framework for making it cross-platform.Avalonia GitHub page: https://github.com/AvaloniaUI
Avalonia discussion on Glitter: https://gitter.im/AvaloniaUI
## Instruction
1) Firstly, complete all steps by this [link](https://github.com/schoolgunslinger/YouTube-Video-Uploader-WPF).
2) Download Avalonia package:
- For VS2022 - [link](https://marketplace.visualstudio.com/items?itemName=AvaloniaTeam.AvaloniaVS).
- For VS2017/2019 - [link](https://marketplace.visualstudio.com/items?itemName=AvaloniaTeam.AvaloniaforVisualStudio).
- For Rider - [link](https://docs.avaloniaui.net/docs/getting-started/ide-support/jetbrains-rider-setup).
3) Install additional NuGet packages: DotNet.Bundle, MessageBox.Avalonia.
PM:
```
Install-Package MessageBox.Avalonia -Version 1.7.1
Install-Package Dotnet.Bundle -Version 0.9.13
```4) Build application
![image](https://user-images.githubusercontent.com/79169736/158053166-e738043f-6d1d-4ea5-9a65-cdca382f0780.png)
![image](https://user-images.githubusercontent.com/79169736/158053220-91ac6b73-6927-4dfc-846b-9d2c58fb1c3c.png)