Skip to content

Commit 0600fce

Browse files
authored
Merge branch 'main' into chatbot
2 parents 4b9cf0f + f81e821 commit 0600fce

70 files changed

Lines changed: 332 additions & 14 deletions

File tree

Some content is hidden

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

β€Žcontent/pages/homepage/index.jsonβ€Ž

Lines changed: 13 additions & 13 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-
"11-3d-terrain-generation-with-perlin-noise",
35-
"27-fireworks",
34+
"c1-maurer-rose",
35+
"171-wave-function-collapse",
3636
"187-bayesian-text-classification",
37-
"109-visualizing-500000-subscribers",
38-
"c5-marching-squares",
39-
"146-rendering-ray-casting"
37+
"116-lissajous-curve-table",
38+
"108-barnsley-fern",
39+
"31-flappy-bird"
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/182-apollonian-gasket/showcase/contribution-1759437109.json",
51-
"code/7-arrays/6-object-communication-1/showcase/contribution-1759856331.json",
52-
"challenges/145-ray-casting-2d/showcase/contribution-1759839401.json",
53-
"code/7-arrays/5-removing-elements/showcase/contribution-1756652444.json",
54-
"challenges/119-binary-to-decimal-conversion/showcase/contribution-1756678732.json",
55-
"challenges/180-falling-sand/showcase/contribution-1756678486.json",
56-
"code/3-conditionals/4-boolean/showcase/contribution-1758653305.json",
57-
"challenges/171-wave-function-collapse/showcase/contribution-1743446782.json"
50+
"noc/perlin/perlin-noise-2d/showcase/contribution-1772933208.json",
51+
"challenges/24-perlin-noise-flow-field/showcase/contribution-1771770542.json",
52+
"code/1-intro/3-shapes-drawing/showcase/contribution-1767708774.json",
53+
"challenges/c2-collatz-conjecture/showcase/contribution-1765757484.json",
54+
"challenges/17-fractal-trees-space-colonization/showcase/contribution-1762460928.json",
55+
"p5js-2.0/async-await/showcase/contribution-1761434263.json",
56+
"code/7-arrays/4-mouse-interaction/showcase/contribution-1773358210.json",
57+
"code/3-conditionals/4-boolean/showcase/contribution-1768741945.json"
5858
],
5959
"showcaseCta": {
6060
"text": "Want to see more?",
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"title": "Starfield in PascalABC.net",
3+
"author": {
4+
"name": "Real Slav"
5+
},
6+
"url": "https://github.com/milan-micic/PascalABC.net_challenges/tree/main/StarField",
7+
"submittedOn": "2025-11-04T21:41:40.171Z",
8+
"socialPermission": true
9+
}
32.8 KB
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"title": "Neuromorph - A living architecture of light",
3+
"author": {
4+
"name": "Kayvan Shah",
5+
"url": "https://kayvanshah1.github.io"
6+
},
7+
"url": "https://kayvanshah1.github.io/luminous-grove/",
8+
"submittedOn": "2026-03-17T17:36:52.235Z"
9+
}
99.2 KB
33.5 KB
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"title": "Sorting (16 algorithms)",
3+
"author": {
4+
"name": "dinhtunga3dtsd",
5+
"url": "https://scratch.mit.edu/projects/1129556328/"
6+
},
7+
"url": "https://scratch.mit.edu/projects/1129556328/",
8+
"submittedOn": "2025-10-18T07:31:28.549Z",
9+
"socialPermission": true
10+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"title": "Drainage Network using SCA",
3+
"author": {
4+
"name": "Gwen Protheroe"
5+
},
6+
"url": "https://openprocessing.org/sketch/2405057",
7+
"submittedOn": "2025-11-06T20:28:49.052Z",
8+
"socialPermission": true
9+
}
48.7 KB
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"title": "black hole",
3+
"author": {
4+
"name": "Zheng"
5+
},
6+
"url": "https://editor.p5js.org/yuanzheng908/sketches/rDHJnkwmT",
7+
"submittedOn": "2026-02-20T17:51:11.985Z",
8+
"socialPermission": false
9+
}

0 commit comments

Comments
Β (0)