Homework 3
Short Description:
Move your SVG program to OpenGL
This assignment is worth 50 points.
Goals
When you finish this homework, you should
- Implemented a program in OpenGL
Formal Description
Implement your fractal in C/C++ using the OpenGL library.
Your program should support the following key presses
- R - draw the figure in red.
- G - draw the figure in green
- B - draw the figure in blue
- b - draw the figure in black.
- d - go one iteration further in fractal replacement.
- r - reset, go back to level 0, display your base case, in black
- q - quit, exit the program
- a - animate from the previous iteration to the current iteration
- A - animate from the base case to the current iteration.
Discussion
- Feel free to add additional "cool" features, be sure to document these in your README.
- Please use glBegin() and glEnd() to implement this project.
Required Files
Your code, a Makefile, and a README file.
Submission
You should email tar file as an attachment to a message to danbennett360@gmail.com.