< Projects - Computer Animation >


Navigation

 

All of my projects for my animation class are available here. Just right-click on the links and click "Save Target As..." to save them to your computer. Readmes are also available to tell you what each program does and instructions for how to make it go.


NOTE:  You may need to download these .dlls in order to run these programs. They're associated with the OpenGL library. Either place these files in the same folder as your executable, or put them in your system32 directory (usually C:\Windows\System32).
glu32.dll
glut32.dll


HOMEWORK 1 - Basic Transformations

Translations and Rotations

Executable: transforms.exe
Readme: transformations_readme.txt

Polar View

Executable: polar.exe
Readme: polar_readme.txt


HOMEWORK 2 - Interpolations


Executable: interpolations.exe
Readme: interpolations_readme.txt
All files (including source): Interpolations.zip


HOMEWORK 3 - Physically-Based Modeling


Executable: Ballbounce.exe
Readme: collisions_readme.txt
All files (including source): Ballbounce.zip


HOMEWORK 4 - Articulated Figures


Executable: Manwalk.exe
Readme: Kinematics_Readme.txt
All files (including source): Manwalk.zip>


HOMEWORK 5 - Flocking Behavior


Executable: Flocking.exe
Readme: Flocking_readme.txt
All files (including source): Flocking.zip


FINAL PROJECT - Shooting Game


Executable: ShootGame.exe
Readme: ShootGame_Readme.txt
All files (including source): ShootGame.zip