Demonstrates scene loading and displaying functionality based on libdli and the DALi libraries.
- libdli and its dependencies (please refer to its README.md;
1, build libdli; 2,
-
Windows: refer to the VS2017 solution in build/windows;
-
Linux: run build/tizen/build.sh;
-
Tizen:
$ gbs build -A ${target_arch}
- for debug, add: --define "%enable_debug 1"
- for SMACK-enabled targets, add: --define "%enable_dali_smack_rules 1"
3, NOTE (Windows): copy the release pthreadVC3.dll from windows-dependencies, to your build directory (build/windows/$(Configuration)). The one built by VCPKG causes scene-launcher to fail to start correctly (0xc000007b). This needs to be investigated.
- scene-launcher expects its models in ${prefix}/com.samsung.dali-scene-launcher/models;
- Esc & Back button navigate backward: scene -> menu -> out of app;