[PyOpenGL-Users] OSMesa in PyOpenGL?
Brought to you by:
mcfletch
From: Łukasz R. <lr...@st...> - 2010-03-25 20:57:39
|
Dear list, My goal is to render OpenGL scene to image file, without a need to initiate window. Mesa 3d provide such functionality through OSMesa API (http://www.mesa3d.org/osmesa.html). However, I would like to do this using Python. As far as I can tell after reading documentation and looking into PyOpenGL source code, this extension is not available. How difficult would it be to add OSMesa bindings to PyopenGL? I could try to do it myself, just need some tips what steps are necessary. Is adding a wrapper as simple as describing function and pointing where it is? |