QtJambi 4.8 incl. Qt3D
-
I maintained the QtJambi wrapper to successfully work with Qt4.8 and Qt3D.
Have a look on https://gitorious.org/~pedro79/qt-jambi/qtjambi-4_8_with_qt3d .The QtJambi makes following modules of Qt and Qt3D available in Java:
- QtCore
- QtGui
- QtMultimedia
- QtNetwork
- QtOpenGL
- QtScript —> import com.trolltech.qt.script.*;
- QtScriptTools —> import com.trolltech.qt.scripttools.*;
- QtSql
- QtSvg
- QtWebKit
- QtXml
- QtXmlPatterns
- QtDeclarative —> import com.trolltech.qt.declarative.*;
- QtHelp —> import com.trolltech.qt.help.*;
- Phonon
- Qt3D —> import com.trolltech.qt.qt3d.*;
- Qt3DQuick —> import com.trolltech.qt.declarative.qt3d.*;
I am strongly interested in comments on my changes and testers of the library, especially the new features (QtDeclarative, Qt3D).
The repository’s description includes a workable description about how to generate the QtJambi wrapper on Windows, Linux and MacOSX. Have a lot of fun!Best regards,
Peter -
@smar
what problems did you have?
I just tested to load QML scripts in a QGraphicsView in Java. It worked well, even with 3D Scenes.
Tested on Windows, Linux and MacOSX. But indeed, there was a problem with the Webkit example, so to say: a webkit app in qml loaded via Java. Closing the app caused a segmentation fault. -
@Smar: okay good :) I haven't tried QtJambi yet but lately my interest into a Java-Qt binding has increased much so I tried to find out about progress but finding up2date information was pretty hard.
Imho blogging more often would help to some part - especially about the "roadmap"
maybe a post about "how to help" would also be good (simple junior tasks?)Are there any plans for Qt5 yet? What about the whole QtScript/V8 stuff?
Maybe a "live ticker" of commits somewhere visible on the homepage to help show the project is alive.
[edit:] and no the "Recent activity" link doesn't help that much because on gitorious the first repository visible is shown as unmaintained and if you scroll down to the list of recent activity there are 90% of activity of repo creation/deletion - which doesn't show coding progress :( So a commit tracker of qtjambi-community (that's the current head isn't it?) may be the right thing.