Skip to content

Commit 78691b5

Browse files
authored
Merge branch 'main' into submission-updates
2 parents 37c2f3f + 3f99835 commit 78691b5

File tree

78 files changed

+507
-15
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+507
-15
lines changed

content/pages/challenges/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"title": "Challenges",
33
"description": "Ready to apply what you’ve learned in the Tracks? Try a Challenge! These one-off project videos build off concepts introduced in Tracks and may have prerequisites (listed on the challenge page itself).",
44
"featuredText": "Featured Challenge:",
5-
"featuredChallenge": "180-falling-sand"
5+
"featuredChallenge": "181-image-stippling"
66
}

content/pages/homepage/index.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
"title": "Challenges",
3232
"description": "Watch Dan take on Coding Challenges in p5.js and Processing. The challenge topics include algorithmic art, machine learning, simulation, generative poetry, and more.",
3333
"featured": [
34-
"179-wolfram-ca",
35-
"129-koch-fractal-snowflake",
36-
"180-falling-sand",
37-
"57-mapping-earthquake-data",
38-
"30-phyllotaxis",
39-
"167-prime-spiral"
34+
"161-estimating-pi-from-random-numbers",
35+
"136-polar-noise-loops",
36+
"60-butterfly-generator",
37+
"171-wave-function-collapse",
38+
"181-image-stippling",
39+
"33-poisson-disc-sampling"
4040
],
4141
"challengesCta": {
4242
"text": "ready to explore? try a challenge!",
@@ -47,14 +47,14 @@
4747
"passengerShowcase": {
4848
"title": "Passenger showcase highlights",
4949
"featured": [
50-
"challenges/180-falling-sand/showcase/contribution-1705970332.json",
51-
"challenges/180-falling-sand/showcase/contribution-1706083856.json",
52-
"challenges/180-falling-sand/showcase/contribution-1706253551705.json",
53-
"challenges/2-menger-sponge/showcase/contribution-1705675065.json",
54-
"challenges/179-wolfram-ca/showcase/contribution-1705618081.json",
55-
"challenges/168-the-mandelbulb/showcase/contribution-1705865118.json",
56-
"noc/4-particles/2-particle-emitters/showcase/contribution-1705947346.json",
57-
"challenges/93-double-pendulum/showcase/contribution-1706098095.json"
50+
"noc/5-autonomous-agents/7-path-following/showcase/contribution-1708678867.json",
51+
"challenges/85-the-game-of-life/showcase/contribution-1708266339.json",
52+
"challenges/181-image-stippling/showcase/contribution-1708645693.json",
53+
"challenges/181-image-stippling/showcase/contribution-1708741408.json",
54+
"challenges/1-starfield/showcase/contribution-1707601780.json",
55+
"challenges/96-visualizing-digits-of-pi/showcase/contribution-1704069433.json",
56+
"challenges/179-wolfram-ca/showcase/contribution-1708445472.json",
57+
"challenges/65-binary-tree/showcase/contribution-1707699188.json"
5858
],
5959
"showcaseCta": {
6060
"text": "Want to see more?",
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"title": "Starfield with nebula background",
3+
"author": {
4+
"name": "Ed Roberts Rayne"
5+
},
6+
"url": "https://github.com/edrobertsrayne/starfield",
7+
"submittedOn": "2024-02-10T21:49:40.361Z"
8+
}
217 KB
192 KB
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"title": "ZX Spectrum Fire Effect",
3+
"author": {
4+
"name": "DeanTheCoder",
5+
"url": "https://linktr.ee/deanthecoder",
6+
"twitter": "deanthecoder",
7+
"instagram": "deanthecoder"
8+
},
9+
"url": "https://www.youtube.com/watch?v=g375N0TRJnE",
10+
"submittedOn": "2024-02-25T16:01:12.943Z"
11+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"title": "Visualizing Chaos Theory - Lorenz Attractor",
3+
"url": "https://github.com/dadshade12/Lorenz-Attractor-Chaos-theory-Visualization",
4+
"author": {
5+
"name": "Duncan A",
6+
"url": "https://github.com/dadshade12"
7+
},
8+
"submittedOn": "2024-02-29"
9+
}
137 KB
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"title": "Flocking Simulation Enhanced with Spatial Hashing",
3+
"author": {
4+
"name": "Reece Gilbert",
5+
"url": "https://reece-gilbert.company.site/"
6+
},
7+
"url": "https://editor.p5js.org/ReecesPiecysTutor/sketches/AzXiRNDSn",
8+
"submittedOn": "2024-02-18T04:08:44.260Z"
9+
}
53.4 KB

0 commit comments

Comments
 (0)