CSC 240: Computer Graphics

Lab 5: OpenGL intro

  1. First install PyOpenGL. Download the appropriate version for your operating system:

    Download

    Then install using the instructions here:

    Installation Instructions

  2. Then save the file glutrect0.py and run:
     python glutrect0.py 
    to make sure everything is working. You should see a square!