Dynamic Animation Library
The tutorial shows how to build NUI for Ubuntu. The required DALi repositories are hosted here in DaliHub github. It also contains a fork of the TizenFX repository (originally hosted in the Samsung github).
git@github.com:dalihub/dali-core
git@github.com:dalihub/dali-adaptor
git@github.com:dalihub/dali-toolkit
git@github.com:dalihub/dali-csharp-binder
git@github.com:dalihub/tizenfx-stub.git
git@github.com:dalihub/TizenFX.git
git@github.com:dalihub/nui-demo.git
The DALi repositories need to be built into the dali-env (environment), then the Tizen stub and Tizen NUI repo built.
cd <<tizenfx-stub>>
cmake -DCMAKE_INSTALL_PREFIX=$DESKTOP_PREFIX
make install
cd <<TizenFX>>
./build.sh full
cd <<nui-demo/required-example>>
dotnet build
dotnet run