Homework 3

Short Description:

Write a utility library to display text in a given format.

This assignment is worth 50 points.

Goals

When you finish this homework, you should

Formal Description

Create a library which will allow you to display text in openGL program. You may accomplish this any way you wish, a text object or a series of routines, but you need to be able to accomplish the following: Some discussion points:

Using your new library, write a program which will display the following

  • You should create a Makefile which will compile this program. This file should be called Makefile and contain the following lines:

    Submission

    You should email tar file as an attachment to a message to danbennett360@gmail.com. This tar file should contain all of the source code required to generate your project, a Makefile, and the README file.