No code available (and not really sure if it still works with latest Lighthouse as I haven't looked at it since November)... Was really just a proof of concept, and in fact my first stab at writing Objective-C/iOS code... Probably start again from scratch soon, but a bit demotivated by the latest (Nokia) developments...
@jackminardi I was referring to Nokia moving away from Qt as their main mobile development framework (their new smartphones will be running WP7). I've started working on this again with a view to get QtSceneGraph running on iOS. I'm not sure what I'll be doing with the code at this stage (need to get it working well first!), however there is another iOS plugin that's been developed inhouse at Nokia as a proof of concept, that's shipped with Lighthouse if you want to mess around with the code...
Where is the source code for this project located? i would love to try it out. Doing just a QtLighthouse plugin is a much cleaner approach than the gitorious qt-iphone approach imho.
@PresstvDotCom: Thanks! The goals, pace and methods (apparently, I haven't seen their code) of the qt-iphone project are quite different to this one - not so interested... ;)
Looking at the amount of missed clicks you're making it looks like the drag threshold of your Qt has been optimized for desktop and not for mobile devices. You can modify the drag threshold by calling function QApplication::setStartDragDistance() from C++ or by running the qmlviewer tool with command line parameter -dragthreshold.
well done POC :)
Bashar7060 1 month ago
amazing works!
Keep going please
JoonhwanLee 11 months ago
No code available (and not really sure if it still works with latest Lighthouse as I haven't looked at it since November)... Was really just a proof of concept, and in fact my first stab at writing Objective-C/iOS code... Probably start again from scratch soon, but a bit demotivated by the latest (Nokia) developments...
IANfromAfrica 1 year ago
@IANfromAfrica What nokia developments are you referring to? Also will you be open sourcing your code when you start from scratch again?
jackminardi 9 months ago
@jackminardi I was referring to Nokia moving away from Qt as their main mobile development framework (their new smartphones will be running WP7). I've started working on this again with a view to get QtSceneGraph running on iOS. I'm not sure what I'll be doing with the code at this stage (need to get it working well first!), however there is another iOS plugin that's been developed inhouse at Nokia as a proof of concept, that's shipped with Lighthouse if you want to mess around with the code...
IANfromAfrica 9 months ago
When the source for this will be opened up?
Thanks.
shtetldik 1 year ago
Where is the source code for this project located? i would love to try it out. Doing just a QtLighthouse plugin is a much cleaner approach than the gitorious qt-iphone approach imho.
brianaalewife 1 year ago
Looks interesting. Code available anywhere?
rickbsgu 1 year ago
@PresstvDotCom: Thanks! The goals, pace and methods (apparently, I haven't seen their code) of the qt-iphone project are quite different to this one - not so interested... ;)
IANfromAfrica 1 year ago
Impressive. What about joining forces with the guys from the qt-iphone project which is hosted on gitorious?
PresstvDotCom 1 year ago
@joona001: good tip, thanks I'll try that out... :)
IANfromAfrica 1 year ago
Looking at the amount of missed clicks you're making it looks like the drag threshold of your Qt has been optimized for desktop and not for mobile devices. You can modify the drag threshold by calling function QApplication::setStartDragDistance() from C++ or by running the qmlviewer tool with command line parameter -dragthreshold.
joona001 1 year ago 9
Awesome! Thumbs up! :)
CasaPortale 1 year ago
@axid123: thanks, it's a very early version of an iOS plugin for Qt/Lighthouse
@IamNiiTeiko: it's a (very) new port of Qt/Lighthouse to iOS. This is Qt 4.7.1 running on iOS 4.1 (iPod touch 4G)...
IANfromAfrica 1 year ago
nice, where is the project hosted ?
axid123 1 year ago
this can work on iOS?!
IamNiiTeiko 1 year ago