Proof of concept / Example project for Qt, Felgo and Ubuntu Touch.
The example contained in this repository is based on Felgo's Flappy Bird game demo: https://felgo.com/doc/felgo-demos-flappybird-example/
Prequestite: Clickable installed and basic knowledge of development for Ubuntu Touch
Example commands to build, install and run app on a device:
export CLICKABLE_SSH=10.0.0.15 # Required for devices without adb, i.e. PinePhone ---> Use SSH for transfer
export CLICK_ARCH=arm64 && export CLICKABLE_ARCH=$CLICK_ARCH # Set architecture (amd64|arm64|armhf)
clickable
You can also easy try the Ubuntu Touch app on desktop:
export CLICK_ARCH=amd64 && export CLICKABLE_ARCH=$CLICK_ARCH && clickable desktop