Re: [Interest] iOS and openGL

2021-04-12 Thread Volker Hilsheimer
> On 10 Apr 2021, at 09:02, maitai wrote: > > Hi, > > I have a QWidget app running on many platforms including iOS, using > QGraphicsScene/View, Qt 5.15.2. The scene can contains many items, be > rotated, etc. > > We enable openGL QGraphicsview's viewport as it is stated in the > documentati

[Interest] iOS and openGL

2021-04-12 Thread maitai
Hi, I have a QWidget app running on many platforms including iOS, using QGraphicsScene/View, Qt 5.15.2. The scene can contains many items, be rotated, etc. We enable openGL QGraphicsview's viewport as it is stated in the documentation, i.e. QOpenGLWidget *gl = new QOpenGLWidget();