Portfolio
A sampling of my projects to include machine learning (AI), computer graphics, animation, cloud API, and more, using Python, C, C++, and GLS.
Artificial Intelligence (AI)
Wolves and Chicken
An AI program that uses Breadth First Search (BFS), Depth First Search (DFS), and Iterative Deepening Depth First Search (IDDFS) methods to solve a puzzle.
Languages: C, C++
Tornado Particle System
An animated tornado using a 3D particle system. This project involves a spinning cone that can be viewed from different points in space with rings of spinning 3D particles.
Languages: C, C++
Keytime Animation
A program that shows a teapot wireframe object as it moves and flips in 3D space. The effect uses various keytime animations.
Language: Python
Sentiment Detector
A program that learns from a list of comments and uses them to determine whether other comments are positive or negative.
Language: GLSL
Ghost Cow
This program creates a"ghost apple" effect on a 3D cow object. This involves placing a cow object in a cube map and then applying refractions to the cow using textures.