kmcclive / tricycle

Video transcoding... easier than riding a bike.
Other
90 stars 7 forks source link

Investigate porting Tricycle on Windows to UWP #127

Closed kmcclive closed 2 years ago

kmcclive commented 3 years ago

Tricycle on Windows is currently implemented using Xamarin Forms for WPF. This was originally chosen because of the complications of executing an external process in UWP. However, figuring out how to make this work in UWP will open up more possibilities for frameworks that Tricycle can leverage. For example, React Native for Windows is built on UWP.

kmcclive commented 2 years ago

While there are still some issues to be ironed out, I was able to get Tricycle working with UWP. Those changes will be kept separate in the #127-uwp branch.