CS 134: Computer Game Design and Programming, Spring 2006


News:
5/23/06: All grades posted on class webpage
2/1/06: Email me (teoh@cs.sjsu.edu) if you want to receive secret ID to see your grades. Subject: "Request grade ID" Email content: name: (eg. John Doe), class: (eg. CS 134)

Lecture:
Section 1: Mon/Wed 1:30pm-2:45pm, MH 222

Instructor:
Soon Tee Teoh, teoh@cs.sjsu.edu
Office Hours: Tue/Thu: 2pm-4:30pm, MH 211

Class Links:
Green Sheet
Lecture Notes
Project
Exams
Grades
Other Links:
GLUI
GLUT
GLUT for Windows
Example (zip file) of source code using GLUI and GLUT that I made from GLUI examples provided by the GLUI download site above (example3). This example compiles using Microsoft Visual Studio in Windows. It can be easily ported to Linux with the appropriate Linux libraries and makefiles.
Example (zip file) of source code using GLUI and GLUT that I made demonstrating simple 3D projection, transformations and lighting. This example compiles using Microsoft Visual Studio in Windows. It can be easily ported to Linux with the appropriate Linux libraries and makefiles.