[email protected] writes: > Hi, > I like try to use a QtQuick based GUI on BBB and reading previusly posts I > don't understand well if it is possible at the moment. > I'm using a Debian Wheezy version (well tested 3.8 Xenomai Kernel) and > officially doesn't support Qt5. > I see on Debian Wheezy backport repository that there is the Qt5 backport > using 5.3.2 version. > https://packages.debian.org/wheezy-backports/libs/ > Is this Qt version tested with QtQuickVcp? The version should work. However, there is no official kernel for Wheezy that supports OpenGL ES on the BBB.
> > By this way, I have to investigate if there's the possibility to use the > BBB OpenGL ES. > For the moment make sense to use QtQuickVcp without OpenGL support? It simply does not work since QtQuick depends on OpenGL ES. Qt 5.7 opens the software rasterizer which could make it work without OpenGL ES support. However, I have not test this feature yet. > I suppose that using QtQuickVcp for a simple page unless the 3D preview I > don't need OpenGL extension... is it true? > Anyone know if Debian Jessie support BBB OpenGL ES officially? There are Jessie images for the BBB from RCN with RT kernel + OpenGL ES support. -> Not sure about the Machinekit on BBB with Jessie status though. Does anyone know? > > Is there an on-line ready to go example/howto that I can use to see a Local > UI with QtQuick on my BBB? Once it works there is no difference to the desktop except that you need to remote deploy to the BBB. I suggest first developing the UI on a desktop computer and then moving it to the BBB. If you "just" want to use Machineface or Cetus on the BBB you need to compile QtQuickVcp + MachinekitClient on the BBB. There are no tutorials for the BBB so far. However, if Qt and the other dependencies are correctly installed it's only a matter of qmake, make, make install. > > Regards, > Matteo -- Alexander -- website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit --- You received this message because you are subscribed to the Google Groups "Machinekit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/machinekit. For more options, visit https://groups.google.com/d/optout.
