XaoS icon indicating copy to clipboard operation
XaoS copied to clipboard

Android Support

Open gtcdevop opened this issue 5 years ago • 4 comments

Is it possible to compile for Android Devices?

gtcdevop avatar Sep 24 '18 04:09 gtcdevop

It is most likely not possible without writing a new UI driver, at the very least. Also, the driver would have to be able to translate touch events into mouse events that XaoS expects, so it would not be trivial to do. I don't use Android, so I can't investigate this. If someone is able to get this working, we would accept a pull request.

jblang avatar Apr 13 '19 20:04 jblang

Qt has support for Android, so possibly the upcoming release that uses Qt could be used as a foundation for porting to Android.

jblang avatar May 11 '19 03:05 jblang

I think now since https://xaos-project.github.io/ is in a position to be used on different screens, we can integrate a webview on android device with minimal functionality (capture the frame) and save image.

kanurag94 avatar May 07 '20 17:05 kanurag94

See also https://github.com/xaos-project/XaoS/issues/151.

kovzol avatar May 08 '20 06:05 kovzol