CSE 328/528 (Fall 2019)
Instructor: Prof. Hong Qin
TA: Yicheng Lin
Office Hours: TuTh 1PM-2:30 PM, NCS Bldg 132, please email before visit, thanks!
Email: yiclin@department email
Announcements
Homework Submission
Please:
- Compress your homework in a zip file
- Send your files to my department email or upload your files to a shared drive and then share me the files
- Except a reply to confirm
File Name: hw1_yourname.zip
Please include:
- Your source code.
Visual Studio users please remove the Debug/, Release/, ipch/ directories and any *.sdf files before packing up; if you are using a different IDE, make sure you contain only the codes necessary for compiling.
- A Release version of your program.
Mac/Linux users please provide a Windows executable (*.exe).
- A Readme file to explain what your files do, how to use your program, and include other relevant information.
Resources
OpenGL Tutorial (1)
Lecture Slides [pdf]
VS+GLUT Setup Guide [pdf]
Examples [7z]
OpenGL Tutorial (2)
Lecture Slides [pdf]
Examples [7z]