[Ves] VES+QT to Android

Vincent Kaestle vincent.kaestle at gmail.com
Fri Apr 4 11:12:09 EDT 2014


Hello,

I'm trying something a little tricky : I would like to insert a VES
visualisation inside a Qt5 Application for Android.

To deploy a Qt5 Application on Android, those parts of code are important :

   - java interfaces
<https://qt.gitorious.org/qt/qtbase/source/src/android>, particularly
:
   QtApplication.java<https://qt.gitorious.org/qt/qtbase/source/src/android/java/src/org/qtproject/qt5/android/bindings/QtApplication.java>
    QtActivity.java<https://qt.gitorious.org/qt/qtbase/source/src/android/java/src/org/qtproject/qt5/android/bindings/QtActivity.java>
   QtSurface.java<https://qt.gitorious.org/qt/qtbase/source/src/android/jar/src/org/qtproject/qt5/android/QtSurface.java>


My question is : What is the best way to achieve this ?

Should I :

   - Try to blend QtSurface.java with KiwiViewerActivity.java, then test
   with Kiwi App ?
   - Or directly use VES lib inside a QGLWidget, but how ?


By the way, I think it may be great to have a simple and minimal VES
example, like a view with only one 3D object and no gesture control.
Because it looks like the only way to start making an App is to start from
Kiwi example.


Thank you in advance for your advice,

Vincent K
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/ves/attachments/20140404/7b7ab44a/attachment-0002.html>


More information about the Ves mailing list