antfu / live-draw

A tool allows you to draw on screen real-time.
MIT License
730 stars 112 forks source link

Any chance making it cross platform including mobile #3

Closed RYG81 closed 3 years ago

RYG81 commented 4 years ago

Hi,

First of all amazing work. Just 800 KB and it looks awesome and works awesome, I would like to know if there is a future of it becoming cross platform (including mobile OS) software.

rufanov commented 3 years ago

This project highly rely on Windows Ink, which is only supported by .NET on Windows – so unfortunately no 😞

In theory, WPF-interface can be reused from Xamarin based app with similar functionality, but drawing code needed to be re-implemented from scratch, since windows ink can't be used.

Also, since project compiles and work fine .NET 5 platform on plain x86 Windows(we can easily switch to it), it's should be possible to run it on tables which use ARM64 Windows(like Microsoft Surface Pro X). But i don't have such devices for testing..