Mesa / OpenGL

Hello,

Does anyone know of any Mesa / OpenGL libraries for photon?

Thanks,
Tom.

“Thomas Freedy” <pwcag@aol.com> schrieb im Newsbeitrag
news:ae84i6$i1j$1@inn.qnx.com

Hello,

Does anyone know of any Mesa / OpenGL libraries for photon?

Thanks,
Tom.
Hi Tom,

I’ve implemented an own very small openGL lib (30kbytes).
We call it microGL and it’s use is for embedded systems. The lib supports:
flat and smooth shading, culling, z-buffering, push and pop matrix and
attributes,
rotation,scaling,transformation etc. and the standard things like
glVertexX()…
We use OSC as the primary context (no hardware acc.).
Avail. for QNX425 Ph1.13/1.14 and Ph2.0 (RTP6.1 / 6.2)
The speed is acceptable for normal presentation graphics, its not for 30
frames/second
realtime apps.
cheers, Peter