Skip to content

Commit

Permalink
Updated README with three animations and updated gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
kkin1995 committed Dec 5, 2021
1 parent db89cdc commit b388ae4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Images / Video
*.png
*.gif
*.gif

# OS
.DS_Store
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@

## Simple Pendulum

![](simple_pendulum_animation.gif)
![](media/simple_pendulum_animation.gif)

## Damped Simple Pendulum

![](damped_simple_pendulum_animation.gif)
![](media/damped_simple_pendulum_animation.gif)

## Spring Pendulum

![](media/spring_pendulum_animation.gif)

0 comments on commit b388ae4

Please sign in to comment.