Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Multiple Examples to Video Showcase #1794

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"title": "Fluid dynamics",
"author": {
"name": "Nikola Bozhinov",
"url": "https://github.com/vislupus"
},
"url": "https://vislupus.github.io/p5-simulations/fluid_dynamics.html",
"submittedOn": "2025-01-10"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"title": "Brownian motion",
"author": {
"name": "Nikola Bozhinov",
"url": "https://github.com/vislupus"
},
"url": "https://vislupus.github.io/p5-simulations/brownian_motion.html",
"submittedOn": "2025-01-10"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"title": "Basic Collision",
"author": {
"name": "Nikola Bozhinov",
"url": "https://github.com/vislupus"
},
"url": "https://vislupus.github.io/p5-simulations/collision.html",
"submittedOn": "2025-01-10"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"title": "Multiple gravitational attractors",
"author": {
"name": "Nikola Bozhinov",
"url": "https://github.com/vislupus"
},
"url": "https://vislupus.github.io/p5-simulations/multiple_gravitational_attractors.html",
"submittedOn": "2025-01-10"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"title": "Mutual gravitational attraction with impulse",
"author": {
"name": "Nikola Bozhinov",
"url": "https://github.com/vislupus"
},
"url": "https://vislupus.github.io/p5-simulations/mutual_gravitational_attraction.html",
"submittedOn": "2025-01-10"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions content/videos/challenges/67-pong/showcase/contribution2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"title": "Simple Breakout Game",
"author": {
"name": "Nikola Bozhinov",
"url": "https://github.com/vislupus"
},
"url": "https://vislupus.github.io/p5-games/breakout/index.html",
"submittedOn": "2025-01-10"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"title": "Solar System Simulation",
"author": {
"name": "Nikola Bozhinov",
"url": "https://github.com/vislupus"
},
"url": "https://vislupus.github.io/p5-simulations/solar_system.html",
"submittedOn": "2025-01-10"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"title": "Fluid dynamics",
"author": {
"name": "Nikola Bozhinov",
"url": "https://github.com/vislupus"
},
"url": "https://vislupus.github.io/p5-simulations/fluid_dynamics.html",
"submittedOn": "2025-01-10"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"url": "https://github.com/vislupus"
},
"url": "https://vislupus.github.io/p5-simulations/random_walkers_perlin_noise.html",
"submittedOn": "2023-08-16"
"submittedOn": "2025-01-10"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"title": "Random walker",
"author": {
"name": "Nikola Bozhinov",
"url": "https://github.com/vislupus"
},
"url": "https://vislupus.github.io/p5-simulations/random_walkers.html",
"submittedOn": "2025-01-10"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"title": "Applying forces to a ball with mass",
"author": {
"name": "Nikola Bozhinov",
"url": "https://github.com/vislupus"
},
"url": "https://vislupus.github.io/p5-simulations/ball_apply_force_and_mass_mult.html",
"submittedOn": "2025-01-10"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"title": "Gravitational attraction",
"author": {
"name": "Nikola Bozhinov",
"url": "https://github.com/vislupus"
},
"url": "https://vislupus.github.io/p5-simulations/gravitational_attraction.html",
"submittedOn": "2025-01-10"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"title": "Solar System",
"author": {
"name": "Nikola Bozhinov",
"url": "https://github.com/vislupus"
},
"url": "https://vislupus.github.io/p5-simulations/solar_system.html",
"submittedOn": "2025-01-10"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"title": "Multiple gravitational attractors",
"author": {
"name": "Nikola Bozhinov",
"url": "https://github.com/vislupus"
},
"url": "https://vislupus.github.io/p5-simulations/multiple_gravitational_attractors.html",
"submittedOn": "2025-01-10"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"title": "Mutual gravitational attraction with impulse",
"author": {
"name": "Nikola Bozhinov",
"url": "https://github.com/vislupus"
},
"url": "https://vislupus.github.io/p5-simulations/mutual_gravitational_attraction.html",
"submittedOn": "2025-01-10"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"title": "Wheel of fortune",
"author": {
"name": "Nikola Bozhinov",
"url": "https://github.com/vislupus"
},
"url": "https://vislupus.github.io/p5-simulations/wheel_of_fortune.html",
"submittedOn": "2025-01-10"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"title": "Cannonball shooting",
"author": {
"name": "Nikola Bozhinov",
"url": "https://github.com/vislupus"
},
"url": "https://vislupus.github.io/p5-simulations/ball_cannon.html",
"submittedOn": "2025-01-10"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading