As many of you know there is no Qt integration with Tizen and this is most likely not going to change officially. Here is a Video showing Qt5 Integrated with the Tizen Emulator from the guys named ‘Qt for Tizen‘
In there own words:
This is the first video that shows you Qt 5 Integrated with Tizen 2.1 Emulator, a result of two evenings of hacking performed by Tomasz Olszak.
Details:
- Tizen image and SDK: version 2.1 beta.
- Qt 5.0.2 built for the x86 emulator target
- The Qt application presented here is the famous Cinematic Experience
Experience (http://kgronholm.blogspot.fi/2012/09/…)
- The app uses the new mobile-optimized Qt Quick 2 technology based on QML and JavaScript languages and OpenGL ES2 technology.
- No compilation steps needed to develop such apps. No web browser needed or playing with HTML tags. You can integrate your existing C/C++ code if you need but there is no obligation.
- The app run in unmodified form on Raspberry Pi too. Your applications for phones, tablets, PCs and embedded devices (including cars and Refrigerators) based on Qt Quick 2 would be similarly powerful, just stay tuned and you’ll discover how to develop them 🙂
The frame-rate seen here is admittedly low (~15 FPS) since the emulator isn’t too optimized for now; it is very indirect (gles – proxy – host OpenGL).
It runs stable, what is encouraging given that’s a few hours of hacking.
The same code without modifications works natively on desktop and mobile/embedded devices. We expect it runs in full juicy 60 FPS on a mobile phone or tablet (tested even on 3 years old ones) utilizing mostly the GPU without just a few percents of CPU!
Join of follow us:
– Home Page: http://qt-project.org/wiki/Tizen
– G+ https://plus.google.com/u/0/communiti…
Source YouTube