Results 1 to 1 of 1

Thread: [SOLVED] PyOpenGL: Flickering?

  1. #1
    Join Date
    Feb 2007
    Beans
    281

    [SOLVED] PyOpenGL: Flickering?

    Python/PyGame/PyOpenGL: recently I've been trying to learn PyGame and PyOpenGL... PyGame seems to be pretty straightforward to me, I've known how to use SDL, and it doesn't seem to be far from it. I once 'knew' how to use OpenGL but I've since forgotten. Anyways, I'm trying to render something quite simple with PyOpenGL... but my window (its contents anyways) flicker... I figure I've forgotten something, or messed something up with my code, which is included with this post (don't worry, its only 47 lines). Could somebody tell me what I've done wrong?

    Answer:
    I had to double buffer... now you know.
    Last edited by Zeotronic; January 7th, 2009 at 08:10 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •