The Sierpinski Gasket, or an intro to OpenGL
- Review how he generates the Sierpinski Gasket.
- I have a copy of the code from his directories which will compile localy here
- I have tested this code on cslab177
- Copy it to your directory
- Extract it with tar xvzf eupAngel.tgz
- This will create a directory called eupAngel
- Change into this directory and type make
- This compile has -pedantic so there are some compile warnings.
- make clean will clean up the directories.
- This is mostly his code and Makefiles.
- I have modified it a bit to make sure that it compiles and runs in the labs.
- You should grab this and make it compile NOW.
- I will have a harder homework involving this soon.
- Some of Angel's Files.