Class Lectures and Reading Assignments
CS 45500-002
Computer Graphics
Fall, 2026
This page documents what we do in class. It contains Java programs that we will discuss in class, reading assignments, simple homework exercises that you can work on for practice and exam preparation (not for credit), and links to other sources of information.
Read the sections about the FrameBuffer and Viewport.
Make sure that you can use the build scripts incuded with the renderer to build the renderer, build the Javadocs, and run a few of the renderer's client programs on your home computer. Also try to compile and run the client programs directly from the command-line using the javac and java commands.