Skip to content
This repository was archived by the owner on Jul 5, 2022. It is now read-only.

Commit 6bc2c18

Browse files
authored
Merge branch 'main' into main
2 parents e3695c0 + 165ef49 commit 6bc2c18

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

_learning/nature-of-code/3.7-additive-waves.md

+8
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@ contributions:
3434
author: "Abhay Kashyap"
3535
url: https://editor.p5js.org/aabhay.kashyap/full/JLUyzNSq-
3636
source: https://editor.p5js.org/aabhay.kashyap/sketches/JLUyzNSq-
37+
- title: "lines with some nice looking gradient"
38+
author: "FelixCPP"
39+
url: https://editor.p5js.org/FelixCpp/full/tpdbXUCtQ
40+
source: https://editor.p5js.org/FelixCpp/sketches/tpdbXUCtQ
41+
- title: "Fun with Waves"
42+
author: "Tim"
43+
url: https://editor.p5js.org/Thysce/present/4gv4aJWxd
44+
source: https://editor.p5js.org/Thysce/sketches/4gv4aJWxd
3745
---
3846

3947
This video builds on the previous sine wave visualization in p5.js example. Here, I build a Wave class with variables for period, amplitude, and phase, and demonstrate how to add multiple wave patterns together!

0 commit comments

Comments
 (0)