=== lpotter is now known as lpotter-BNE2AMS === _stowa_ is now known as _stowa === jjb is now known as oao [16:15] Hi here, just a quick question regarding code of Unity 8: I'm aware that Unity 8 use a lot of QML, but QML permit designing UI and also do some "logic code". Most of apps that used Qt/QML that I saw just use QML for UI design, and C++ for "logic code", what is the point with Unity 8? [16:16] when I look to http://bazaar.launchpad.net/~unity-team/unity8/trunk/files, it seems that the logic code is also writen in QML, and the C++ code in src/ is just wrapper [16:46] I also heard that some parts were finally ported from QML to C++, as performances expected does not hit the require quality, does it concern all core parts or just some? [17:33] I found an all-explicative post on developer's blog which explain that: https://developer.ubuntu.com/en/blog/2016/03/23/ride-us-road-ui-toolkit-20/ // so the Ubuntu toolkit is ported from QML to C++ but the API just expose QML, so convergent apps should use QML and JS by default, and C++ backend if they need some complex logic [17:33] thanks anyway and sorry for the monolog, have a nice day :)