generated from mwc/project_drawing
It took me a while to think of an animation that I could crate procedurally but not have it be overly complicated. I was thinking of doing an inch worm but I'm not sure what kind of function to use for that shape --maybe a gaussian.
12 lines
494 B
Markdown
12 lines
494 B
Markdown
# (Drawing project)
|
|
|
|
Creating an animation using Turtle graphics
|
|
|
|
## Description
|
|
|
|
I would like to create an animation of a slithering snake because it is something that could be generated procedurally using parametric functions.
|
|
|
|
## Planning
|
|
|
|
I'll need to break the snake up into its components --probably a head, body, and tail-- and then try to create the slithering animation using like a sine function. I also might need to consider the orientation of the head/tail to get a better result
|