klbr8 / WPF_CS_DartScore

Click the dartboard to score a dart and the scoreboard will update for each dart added. Scores 01 and cricket games.
MIT License
0 stars 0 forks source link

Feature Request - Mobile version #4

Open klbr8 opened 2 days ago

klbr8 commented 2 days ago

Describe the solution you'd like Experience with .NET MAUI ??? Let's discuss best way to create the mobile app versions. The Dartboard control would appear on the mobile device while the ScoreBoard control would be 'Cast' to a smartTV or other video monitor.

Describe alternatives you've considered Open to suggestions for a different framework.

Additional context Should work similarly to the desktop version.

klbr8 commented 5 hours ago

Started dabbling with .NET MAUI and found that the path objects instantiated from xaml that make up the dartboard here will transfer very well by just removing the properties that aren't used in the MAUI version of a path. Tag and Stretch properties do not apply. There is no canvas in MAUI so removing the attached properties that currently set the position of each path leaves only choosing the best container and a way to position each path within it.