imurvai / brickcontroller2

Cross platform application for controlling Lego creations using a bluetooth gamepad.
108 stars 32 forks source link

PC version of an app #61

Open Tuom opened 3 years ago

Tuom commented 3 years ago

As Xamarin is cross platform and supports also Windows and Linux, would it be possible to build this app for these platforms?

Sorry if it is a silly question, I have no experience with Xamarin :)

vicocz commented 3 years ago

A year ago, I made my own fork to have UWP implementation of BC2, ended in quite functional prototype, UI would need some tweaks, dozen commits behind this repo. Due to recent changes in Xamarin, this looks as blind direction. Have a look at branch here: https://github.com/vicocz/brickcontroller2/tree/prototype/uwp Have plans to rework it soon or later 😄

vicocz commented 2 years ago

Since the original BC2 are using Xamarin.Forms 5 now, there is a new branch with UWP app prototype: https://github.com/vicocz/brickcontroller2/tree/prototype/uwp-xamarin-5

vicocz commented 5 months ago

I've ported the prototype to MAUI and created DRAFT https://github.com/imurvai/brickcontroller2/pull/116