[PyOpenGL-Users] display openGl framebuffer in a python window
Brought to you by:
mcfletch
From: Hoang A. N. <mai...@gm...> - 2009-04-29 01:55:24
|
Hi guys, I am a pyOpenGL newbie and I need some instructions to solve my problem. Current I have a openGL program written in C, and I want to stream the frame buffer from that program to a python window. Acquiring the frame buffer is done, my problem is that I am not sure how to pass the framebuffer and update the python window. Any suggestion is appreciated. Cheers, Thanks. |