[Qt-embedded-interest] about openGL ES
Tom Cooksey
thomas.cooksey at nokia.com
Tue Jan 13 08:34:59 CET 2009
On Monday 12 January 2009 16:37:12 ext canibek sağın wrote:
> I want to use Qt embedded 4.3.3 with openGL ES. I am developing a device ,
> after collecting some datas , I want to draw a 3D graphic for demostration.
> But I am not very experinced at Qt platform. I try to download openGL ES
> from http://www.khronos.org/opengles/ but I coludn’t find usefull one form
> my device. My device has DM355 davinci ARM-9 based DSP processor with
> montavista, Can I cross compile openGL ES fort hat device.
If the device does not have a 3D accelerator then it's unlikely you'll be able
to use 3D acceleration. It might be possible to port the software only OpenGL
ES library which has been released as part of Google Android, however this
would likely involve a lot of effort.
> Also an other problem is that I don’t want to use keyboard and Mouse on my
> Project. How may I prevent from Mouse pointer ? Are there any chance at
> compiling option like –no-mouse…. Etc?
Try adding -D QT_NO_QWS_CURSOR to your configure command.
Cheers,
Tom
More information about the Qt-embedded-interest
mailing list