/nui-demo

Contains demos that use the TizenFX NUI library

Primary LanguageC#

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