Skip to content

Commit 8438fca

Browse files
authored
Add Multiple Examples to Video Showcase (#1794)
* Update the preview image * add new example * add showcase for Gravitational attraction * add Multiple gravitational attractors * add Mutual gravitational attraction with impulse * add showcase with name Wheel of fortune * add Cannonball shooting for showcasing * add Applying forces to a ball with mass to showcase * add Solar System Simulation to showcase * add Fluid dynamics to 98-quadtree showcase * add Fluid dynamics to 132-fluid-simulation showcase * add Brownian motion to 184-elastic-collisions showcase * add Basic Collision to 184-elastic-collisions showcase * add Multiple gravitational attractors to 56-attraction-and-repulsion-forces showcase * add Mutual gravitational attraction with impulse to 56-attraction-and-repulsion-forces showcase * add Simple Breakout Game to 67-pong showcase * remove duplicated * remove duplicated * remove duplicated
1 parent 849c4b8 commit 8438fca

File tree

27 files changed

+109
-1
lines changed

27 files changed

+109
-1
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"title": "Fluid dynamics",
3+
"author": {
4+
"name": "Nikola Bozhinov",
5+
"url": "https://github.com/vislupus"
6+
},
7+
"url": "https://vislupus.github.io/p5-simulations/fluid_dynamics.html",
8+
"submittedOn": "2025-01-10"
9+
}
Loading
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"title": "Brownian motion",
3+
"author": {
4+
"name": "Nikola Bozhinov",
5+
"url": "https://github.com/vislupus"
6+
},
7+
"url": "https://vislupus.github.io/p5-simulations/brownian_motion.html",
8+
"submittedOn": "2025-01-10"
9+
}
Loading
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"title": "Basic Collision",
3+
"author": {
4+
"name": "Nikola Bozhinov",
5+
"url": "https://github.com/vislupus"
6+
},
7+
"url": "https://vislupus.github.io/p5-simulations/collision.html",
8+
"submittedOn": "2025-01-10"
9+
}
Loading
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"title": "Multiple gravitational attractors",
3+
"author": {
4+
"name": "Nikola Bozhinov",
5+
"url": "https://github.com/vislupus"
6+
},
7+
"url": "https://vislupus.github.io/p5-simulations/multiple_gravitational_attractors.html",
8+
"submittedOn": "2025-01-10"
9+
}
Loading
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"title": "Mutual gravitational attraction with impulse",
3+
"author": {
4+
"name": "Nikola Bozhinov",
5+
"url": "https://github.com/vislupus"
6+
},
7+
"url": "https://vislupus.github.io/p5-simulations/mutual_gravitational_attraction.html",
8+
"submittedOn": "2025-01-10"
9+
}
Loading
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"title": "Simple Breakout Game",
3+
"author": {
4+
"name": "Nikola Bozhinov",
5+
"url": "https://github.com/vislupus"
6+
},
7+
"url": "https://vislupus.github.io/p5-games/breakout/index.html",
8+
"submittedOn": "2025-01-10"
9+
}
Loading
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"title": "Solar System Simulation",
3+
"author": {
4+
"name": "Nikola Bozhinov",
5+
"url": "https://github.com/vislupus"
6+
},
7+
"url": "https://vislupus.github.io/p5-simulations/solar_system.html",
8+
"submittedOn": "2025-01-10"
9+
}
Loading
Binary file not shown.

content/videos/noc/1-vectors/1-what-is-a-vector/showcase/contribution2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"url": "https://github.com/vislupus"
66
},
77
"url": "https://vislupus.github.io/p5-simulations/random_walkers_perlin_noise.html",
8-
"submittedOn": "2023-08-16"
8+
"submittedOn": "2025-01-10"
99
}
Loading
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"title": "Random walker",
3+
"author": {
4+
"name": "Nikola Bozhinov",
5+
"url": "https://github.com/vislupus"
6+
},
7+
"url": "https://vislupus.github.io/p5-simulations/random_walkers.html",
8+
"submittedOn": "2025-01-10"
9+
}
Loading
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"title": "Applying forces to a ball with mass",
3+
"author": {
4+
"name": "Nikola Bozhinov",
5+
"url": "https://github.com/vislupus"
6+
},
7+
"url": "https://vislupus.github.io/p5-simulations/ball_apply_force_and_mass_mult.html",
8+
"submittedOn": "2025-01-10"
9+
}
Loading
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"title": "Gravitational attraction",
3+
"author": {
4+
"name": "Nikola Bozhinov",
5+
"url": "https://github.com/vislupus"
6+
},
7+
"url": "https://vislupus.github.io/p5-simulations/gravitational_attraction.html",
8+
"submittedOn": "2025-01-10"
9+
}
Loading
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"title": "Wheel of fortune",
3+
"author": {
4+
"name": "Nikola Bozhinov",
5+
"url": "https://github.com/vislupus"
6+
},
7+
"url": "https://vislupus.github.io/p5-simulations/wheel_of_fortune.html",
8+
"submittedOn": "2025-01-10"
9+
}
Loading
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"title": "Cannonball shooting",
3+
"author": {
4+
"name": "Nikola Bozhinov",
5+
"url": "https://github.com/vislupus"
6+
},
7+
"url": "https://vislupus.github.io/p5-simulations/ball_cannon.html",
8+
"submittedOn": "2025-01-10"
9+
}
Loading

0 commit comments

Comments
 (0)