2014-03-24 11:16 GMT+01:00 [email protected] < [email protected]>:
> Hi, > > I am trying to change a few things in GENIVI layer management demos of > TIZEN ( WAYLAND / WESTON WITH IVI EXTENSION ) > > As a use case, I would like to try out the applications that are managed > by the HMI controller ( available in the weston Ivi-shell ) including the > homescreen to be a combination of HTML5 UI and NATIVE C++ logic. > > To explain this in a bit detail, > > 1) UI part of the application is HTML5 based. > 2) the logic for the "HTML5 based UI" is to be implemented in C++ Native > code. > 3) this native code would access hmi controller for layer management > (available with weston ivi-shell). > > My first question is such a use case possible. > If so, can you please point me to the way in which layer management based > on wayland/weston will be affected. > > Further, how can I achieve layer management for these hybrid apps (UI is > HTML5 based). > > Thanks > Hi, If HTML5 is not hard requierement but only a way to have scriptable/exchangable UI then you can try Qt + Qt Quick. This way you can easily combine native C++ development with scriptable and declarative Qt Quick. -- regards, Tomasz Olszak Qt for Tizen | http://qt-project.org/wiki/Tizen
_______________________________________________ IVI mailing list [email protected] https://lists.tizen.org/listinfo/ivi
