Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Using OpenGL with devg-flat?: (2 Items)
   
Using OpenGL with devg-flat?  
Hi all,

I've got a simple graphics application to do (simple 2D text and shapes), using a devg-flat type-driver to interface to 
some custom hardware.

Is it possible to use devg-flat with io-display so that I can use OpenGL, or should I look at another option?

Thanks.
Re: Using OpenGL with devg-flat?  
QNX ships a software 3D implementation that you can use.  It should be loaded by default if you try and run a 3D 
application and a driver that has no 3D entry points.  It supports OpenGL ES 1.0.  If you only need 2D rendering then 
you can use the GF library which will give you rectangles, blitting, polylines and polygons.  If you are using a flat-
like driver then I assume you have no hardware acceleration but the FFB library should do what you need.

Brian

Brian Edmond
Crank Software Inc.
www.cranksoftware.com