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

0 commit comments

Comments
 (0)