diff --git a/README.md b/README.md index 6526d9b..6cdfb0f 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,18 @@ # lab04-color -Let's play with color! +**Yi Liu** -## 1. Stripes -Fork [this base code](https://www.shadertoy.com/view/flyfWR) and replicate (to the best of your ability) this animation. And imagine I made the gif loop perfectly -![f813a51b776ad07701ad925c57ac0c4f](https://user-images.githubusercontent.com/1758825/192643224-503d1e99-dd27-40fd-9f6c-cd0bc4355703.gif) +## 1. Stripes Animation +Shadertoy Link: [https://www.shadertoy.com/view/M3Sfzz](https://www.shadertoy.com/view/M3Sfzz) +![Stripes Animation](https://raw.githubusercontent.com/yiliu1237/lab04-color/main/stripe.gif) -## 2. Damaged VCR -Fork [this base code](https://www.shadertoy.com/view/stGBWR) and replicate this animation. Don't worry about getting it exactly right!! Go for overall flavor. -![4bfb5193037528965a9590e4a69514f4 (1)](https://user-images.githubusercontent.com/1758825/192655484-1fcef422-b611-48ea-a7ab-f1a7de8f3fb1.gif) +## 2.Damaged VCR +Shadertoy Link: [https://www.shadertoy.com/view/l3Bfzz](https://www.shadertoy.com/view/l3Bfzz) -## Extra Credit -Too easy? Give [nyan cat](https://www.shadertoy.com/view/stGBDR) a rainbow! -## Submission -- Create a pull request to this repository -- In the README, include the names of both your team members -- In the README, create a link to your shader toy solutions -- Make sure your shadertoy is set to UNLISTED or PUBLIC (so we can see them!) +![Damaged VCR](https://raw.githubusercontent.com/yiliu1237/lab04-color/main/glitch.gif) + + +## 3. Nyan Cat +Shadertoy Link: [https://www.shadertoy.com/view/XXjfRR](https://www.shadertoy.com/view/XXjfRR) + +![Nyan Cat](https://raw.githubusercontent.com/yiliu1237/lab04-color/main/cat.gif) \ No newline at end of file diff --git a/cat.gif b/cat.gif new file mode 100644 index 0000000..c5728a4 Binary files /dev/null and b/cat.gif differ diff --git a/glitch.gif b/glitch.gif new file mode 100644 index 0000000..d6f3deb Binary files /dev/null and b/glitch.gif differ diff --git a/stripe.gif b/stripe.gif new file mode 100644 index 0000000..fe181d6 Binary files /dev/null and b/stripe.gif differ