Re: [Development] Apple officially deprecates OpenGL

2018-06-04 Thread Morten Sørvig
> On 4 Jun 2018, at 22:20, Walter Purvis wrote: > > Is this going to cause issues with Qt Quick applications? I.e., will Qt Quick > apps be broken or unacceptably slow in future versions of macOS? (The next > version of macOS merely deprecates OpenGL, but it raises the question of when > it

[Development] Apple officially deprecates OpenGL

2018-06-04 Thread Walter Purvis
Is this going to cause issues with Qt Quick applications? I.e., will Qt Quick apps be broken or unacceptably slow in future versions of macOS? (The next version of macOS merely deprecates OpenGL, but it raises the question of when it might be removed from macOS altogether.) https://developer.appl

Re: [Development] QTBUG-43096 - QML instantiation performance decadence

2018-06-04 Thread Uwe Rathmann
Hi Tomek, > I quickly reviewed QSkinny and it really nicely exposes C++ to Qml. I > can't see however, how you made e.g. QskVariant::stops readable from > Qml. Writing stops is possible due to QMetaType::registerConvertes, but > how you can iterate overs stop from Qml? Don't know either, but I'm

Re: [Development] QTBUG-43096 - QML instantiation performance decadence

2018-06-04 Thread Tomasz Olszak
Hi Uwe, I quickly reviewed QSkinny and it really nicely exposes C++ to Qml. I can't see however, how you made e.g. QskVariant::stops readable from Qml. Writing stops is possible due to QMetaType::registerConvertes, but how you can iterate overs stop from Qml? Thanks in advance for clarification,