PDA

View Full Version : opengl es 2.0 andoid and qt creator



giugio
20th August 2013, 20:36
hello.
I would create an ifc( an architectural format) viewer, and show some dialogs, i would that this project works under windows 7 , ubuntu 12 and android.
Is possible create a c++ project that uses opengl es 2.0 with qt creator under ubuntu or win 7?
And is easy convert it for android?
I can work in c++ in windows or linux.
I wish use qt creator and qt, but with the android support.
Qt creator can show the result of the importer program in a "virtual tablet"?
what qt creator i must install?
and what qt version i must use?
And for the desktop support of opengl es 2.0 under win and linux , is possible?
sorry, but i'm tryed to read the documentation but i'm not understand at all.
thanks.

wysota
20th August 2013, 23:56
Is possible create a c++ project that uses opengl es 2.0 with qt creator under ubuntu or win 7?
Yes.


And is easy convert it for android?
It depends. In general -- yes.


Qt creator can show the result of the importer program in a "virtual tablet"?
If you mean the emulator then yes.


what qt creator i must install?
Qt 5.1 or newer.


and what qt version i must use?
Same as above.


And for the desktop support of opengl es 2.0 under win and linux , is possible?
Yes, but taking into consideration differences between OpenGL and OpenGL/ES. Your desktop platform is likely to use OpenGL and not OpenGL/ES.


sorry, but i'm tryed to read the documentation but i'm not understand at all.
If you have specific questions about it, I'm sure we can help you understand it.