15-462 Computer Graphics I
Software

Undergraduate Graphics Lab

We recommend the new undergraduate graphics lab, WeH 5336, for your assignments. This is also where the teaching assistants will hold their office our. In order to obtain access to the lab you need to swipe your CMU ID. Please let the instructor know if you cannot gain access.

The machines, donated by Intel, are named weh5336-n.intro.cs.cmu.edu, where n = 1..25. In order to log into these machines, either at the console or remotely via ssh, you need to carefully follow the instructions to set up some files and directories. Your login name will then be <user>@ANDREW.CMU.EDU.

C++ Users

C is the officially supported language for this course. The example programs and starter code is given in C.

If you will be working with C++ code, your LD_LIBRARY_PATH must be set so that it can link to the C++ libraries. Add to your .login file:

setenv LD_LIBRARY_PATH /usr/local/lib

[ Home | Schedule | Assignments | Software | Resources ]

fp@cs
Frank Pfenning