Resampling
For this project, I worked with Donny. We decided to resample a ghost shape. For that, we started drawing it with a string to understand where all the points will be.
Then, we drew it in a grid, to calculate these points for resampling in the code.
We had a hard time drawing the curves at the bottom of the ghost. We found a way by calculating the points x and y and using cos and sin for the curves.
Donny added a color change each time the angle of the drawing is changing.
The next steps would be to make the resampling faster, to fill the Ghost once it is complete, and add him eyes blinking.