Skip to content

Commit 3e891ef

Browse files
authored
Merge branch 'main' into feature-Dark-mode
2 parents 74964aa + a187322 commit 3e891ef

File tree

23 files changed

+181
-1
lines changed

23 files changed

+181
-1
lines changed

content/tracks/side-tracks/noise/index.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
"title": "Noise",
33
"description": "This track contains my tutorials on perlin and simplex noise.",
44
"videos": [
5-
"noc/perlin/graphing-1d-perlin-noise",
65
"noc/perlin/intro-to-perlin-noise",
76
"noc/perlin/noise-vs-random",
7+
"noc/perlin/graphing-1d-perlin-noise",
8+
"noc/perlin/perlin-noise-2d",
9+
"noc/perlin/perlin-noise-detail",
810
"noise/open-simplex-noise",
911
"challenges/136-polar-noise-loops",
1012
"challenges/137-4d-opensimplex-noise-loop",
Loading
Loading
Loading
Loading
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"title": "Lloyd's Relaxation with touch move relaxation",
3+
"author": {
4+
"name": "http406",
5+
"url": "https://github.com/s-u-n-n-y-404",
6+
"twitter": "https://x.com/psychedelicea",
7+
"instagram": "https://www.instagram.com/s.u.n.n.y._____"
8+
},
9+
"url": "https://sololearn.com/compiler-playground/WRlqErn9P045/?ref=app",
10+
"submittedOn": "2024-04-28T11:07:09.347Z",
11+
"socialPermission": true
12+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"title": "Rain't",
3+
"author": {
4+
"name": "Cole James Ditzler",
5+
"url": "https://ditzbitz.com/",
6+
"twitter": "https://twitter.com/coleditzlerontw"
7+
},
8+
"url": "https://www.youtube.com/watch?v=3Vi9xictnYc",
9+
"submittedOn": "2024-05-02T20:44:16.152Z",
10+
"socialPermission": true
11+
}
Loading
Loading
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"title": "Swirl",
3+
"author": {
4+
"name": "Kathy McGuiness"
5+
},
6+
"url": "https://editor.p5js.org/kfahn/sketches/9_zNcBI9Z",
7+
"submittedOn": "2024-05-02T22:29:55.843Z",
8+
"socialPermission": true
9+
}

0 commit comments

Comments
 (0)