<div dir="ltr"><div class="gmail_extra">Well, if you want to use some unsupported stuff, check out <a href="http://openrepos.net">openrepos.net</a> ;)<br></div><div class="gmail_extra"><div><div>--</div>Marcin<br></div>
<br><br><div class="gmail_quote">2013/12/4 Wim de Vries <span dir="ltr"><<a href="mailto:wsvries@xs4all.nl" target="_blank">wsvries@xs4all.nl</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 12/04/2013 03:31 PM, Thomas Perl wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
On 04 Dec 2013, at 14:18, Wim de Vries <<a href="mailto:wsvries@xs4all.nl" target="_blank">wsvries@xs4all.nl</a>> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I have a simple app with a standard Qt C++ GUI that runs fine on the host as well as the emulator.<br>
I have added a QGLWiget (with shaders) which shows a triangle nicely on the host.<br>
Still, on the emulator (with 3D acc enabled) the QGLWidget is just black, no errors.<br>
Does the (linux) emulator support 3D?<br>
</blockquote>
<br>
The emulator should support OpenGL rendering (not sure if has good performance, but as Qt renders our stuff using OpenGL, your application should be able to as well). In general, you don’t want to use QGLWidget (=depends on qtwidgets), but use QWindow with OpenGL instead:<br>
</blockquote>
Thanks.<br>
I presume it's a buck in the emulator then.<br>
I'll wait for the Jolla device, before any further development.<br>
About QWindow.<br>
Quite frustrating. Waiting for a mobile device to deploy my flight nav app on, and when it's there, it only supports a completely redesigned Qt version ;-(<br>
Anyhow, thanks for the reply.<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<a href="http://qt-project.org/doc/qt-5.0/qtgui/openglwindow.html" target="_blank">http://qt-project.org/doc/qt-<u></u>5.0/qtgui/openglwindow.html</a><br>
<br>
<br>
HTH :)<br>
Thomas<br>
</blockquote>
<br>
______________________________<u></u>_________________<br>
SailfishOS.org Devel mailing list<br>
</blockquote></div><br></div></div>