Re: [Interest] Is the OpenGL vs Angle distinction important for widget apps?

2015-03-23 Thread Agocs Laszlo
+laszlo.agocs=theqtcompany@qt-project.org on behalf of Nikos Chantziaras Sent: Monday, March 23, 2015 2:21 PM To: interest@qt-project.org Subject: Re: [Interest] Is the OpenGL vs Angle distinction important for widget apps? OK, that makes sense. Yeah, hidden uses of GL (by mistake or not

Re: [Interest] Is the OpenGL vs Angle distinction important for widget apps?

2015-03-23 Thread Nikos Chantziaras
for > widget-only apps will go away. > > Cheers, > Laszlo > > > > From: interest-bounces+laszlo.agocs=theqtcompany@qt-project.org > on behalf of > Giuseppe D'Angelo > Sent: Sunday, March 22, 2015 4:48 PM > To: Nikos Ch

Re: [Interest] Is the OpenGL vs Angle distinction important for widget apps?

2015-03-23 Thread Koehne Kai
ubject: [Interest] Is the OpenGL vs Angle distinction important for widget > apps? > > For applications that don't use Qml and only use QWidget, does it matter > whether Qt was built with OpenGL or Angle on Windows? http://wiki.qt.io/Qt-5-on-Windows-ANGLE-and-OpenGL should help you

Re: [Interest] Is the OpenGL vs Angle distinction important for widget apps?

2015-03-22 Thread Ian Monroe
; on behalf > of Giuseppe D'Angelo > Sent: Sunday, March 22, 2015 4:48 PM > To: Nikos Chantziaras > Cc: interest@qt-project.org > Subject: Re: [Interest] Is the OpenGL vs Angle distinction important for > widget apps? > > On 22 March 2015 at 10:28, Nikos Chantz

Re: [Interest] Is the OpenGL vs Angle distinction important for widget apps?

2015-03-22 Thread Agocs Laszlo
: interest-bounces+laszlo.agocs=theqtcompany@qt-project.org on behalf of Giuseppe D'Angelo Sent: Sunday, March 22, 2015 4:48 PM To: Nikos Chantziaras Cc: interest@qt-project.org Subject: Re: [Interest] Is the OpenGL vs Angle distinction important for widget apps? On 22 March 2015

Re: [Interest] Is the OpenGL vs Angle distinction important for widget apps?

2015-03-22 Thread Giuseppe D'Angelo
On 22 March 2015 at 10:28, Nikos Chantziaras wrote: > For applications that don't use Qml and only use QWidget, does it matter > whether Qt was built with OpenGL or Angle on Windows? It still matters because 1) ANGLE means extra dependencies to be shipped along your app 2) ANGLE does not work on

[Interest] Is the OpenGL vs Angle distinction important for widget apps?

2015-03-22 Thread Nikos Chantziaras
For applications that don't use Qml and only use QWidget, does it matter whether Qt was built with OpenGL or Angle on Windows? As far as I can tell, GL/Angle is only used by Qml. Is that true? Can there be any circumstances where a non-Qml application might error out if running with an OpenGL-b