Hi,
I would like to make GUI with my RPi3 and I want that RPi boots automatic to this app and that my custom splash screen is shown during booting. Is qt and qml good approach to achive this (qml together with c++ for hardware etc i2c, gpio)?
I succeeded to install QT4 and QT5 on RPi3 and made some test apps, and it seems that QT4 works better because it doesn't need Open GL to be enabled. But all of this must be run under X11 desktop environment so I suppose it is better to use EGLFS. However, I found this tutorial: https://wiki.qt.io/RaspberryPi2EGLFS but didn't succeed to compile qt on my virtual Ubuntu PC machine (I am getting a lot of errors during compilation). Is it possible to use EGLFS qt applications without cross-compiling?
Also, I made splash screen with help of this tutorial: http://blog.fraggod.net/2015/11/28/rasp ... creen.html and it works perfectly but I don't understand few things about that. What thing can close splash screen? It now lasts to the part where tty1 is opened and user pi is logged in. How can I extend duration of my splash screen until my app is completely loaded (either is auto started under terminal or X11)?