Skip to content

Commit f793238

Browse files
authored
Merge branch 'main' into showcase-deteled_tnetnoc-1768741945
2 parents 0867782 + 586ca89 commit f793238

15 files changed

Lines changed: 321 additions & 3 deletions

File tree

β€Žcontent/tracks/index.jsonβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@
66
"ml5js-beginners-guide",
77
"the-nature-of-code-2",
88
"learning-processing",
9+
"p5js-2.0",
10+
"transformers-js",
911
"2018-workflow",
1012
"algorithmic-botany",
1113
"coding-in-the-cabana",
1214
"coding-together-apple-ii",
1315
"robot-controllers",
1416
"discord-bots",
1517
"p5-tips-and-tricks",
16-
"p5js-2.0",
1718
"transformations-in-p5",
1819
"livestreams",
1920
"neural-networks",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"title": "p5.js 2.0",
33
"description": "A collection of videos exploring the new features and capabilities introduced in p5.js 2.0, including loading with async and await, fonts and typography, custom shapes and curves, and more!",
4-
"videos": ["p5js-2.0/async-await", "p5js-2.0/loading-data", "livestreams/p5js-2.0"]
4+
"videos": ["p5js-2.0/async-await", "p5js-2.0/loading-data", "p5js-2.0/typography", "livestreams/p5js-2.0"]
55
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"title": "Transformers.js",
3+
"description": "A series exploring machine learning in JavaScript using Transformers.js! Learn how to run models hosted on Hugging Face directly in the browser with p5.js.",
4+
"videos": ["transformers-js/introduction"]
5+
}

β€Žcontent/videos/noc/4-particles/1-particle-system/showcase/contribution1.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"title": "Secret Contributution",
2+
"title": "Secret Contribution",
33
"author": {
44
"name": "Indrayudh Chakraborty"
55
},
64.4 KB
Loading
71.1 KB
Loading
39.3 KB
Loading
54.4 KB
Loading
83.4 KB
Loading
79.2 KB
Loading

0 commit comments

Comments
Β (0)