dalihub / nui-demo

Contains demos that use the TizenFX NUI library
2 stars 19 forks source link

NUI Demo

This repository contains demos that use the NUI library.

Table of Contents

Pre-requisites

Ensure all DALi, tizenfx-stub and TizenFX repos have been built and installed.

Building

All Examples

./build.sh

Individual Examples

cd <<example>>
dotnet build

Running

cd <<example>>
dotnet run