Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 531 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 531 Bytes

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