Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Deploying OpenGL Applications on Windows Mobile

What is involved with deploying OpenGL applications on a Windows Mobile device? Obviously we can't assume that all the devices have existing OpenGL drivers. Are there any best practices? Would it be reasonable to expect to be able to use this for something other than hobby type applications?

like image 714
Kevin Avatar asked Jan 10 '10 19:01

Kevin


1 Answers

Not really an answer. Just sharing some of the links I found in the web:
+ Samsung OMNIA OpenGL ES/DirectX support, a thread in MSDN forum
+ OpenGL compatibility layer for Samsung Omnia II, a project in SourceForge
+ Some very relevant insights from Joel Ivory Johnson on the topic

My short conclusion is, support for OpenGL ES/DirectX depends on the OEM / hardware manufacturer. there is no general answer for all Windows Mobile devices.

You can either ship your application with a software renderer of your choice as a fallback if it fails to detect the existence of manufacturer's optimized implementation; or simply create separate package/installer that targets that specific device. I think you will still be able to have the same code base this way.

like image 173
Afriza N. Arief Avatar answered Sep 19 '22 17:09

Afriza N. Arief