CS 445 / 645 Introduction to Computer Graphics
Fall 2002
Assignment 0: FLTK and directory setup
Due: 5:00 Tuesday, Sept 17th (checked, but not graded)
This assignment is a warmup for assignment 1. Our goal is for you to create your directory on blue.unix.virginia.edu and to perform some preliminary FLTK exercises.
Step one is to create a directory on the class disk at blue.unix.virginia.edu
You must change to the
class directory:
cd /courses/cs/445_brogan/Students
You must create your
directory
mkdir username (where username is
your UVA 4-, 5- or 6-digit code)
You must create a directory
for this assignment
mkdir username/Assignment0
Step two is to perform the exercises in the Wisconsin FLTK demo
You'll need to grab the FLTK libraries and include files. Follow the directions for installing libraries from Assignment 1 to get this done.
After you've played with the tutorials, leave a file named assign0.exe around to document your progress. We'll be looking for this file when we check.
Note that I found one change I had to make to the Wisconsin instructions. I had to explicitly "remove" the library named msvcrt.lib from the Link setup pane of the Project Settings. This will make more sense after you follow the Winsconsin setup instructions.