Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 813 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 813 Bytes

ut-felgoproject

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/

img

Notes

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