From: Skullheadx Date: Sun, 9 Jun 2024 00:37:02 +0000 (-0400) Subject: add pic to readme X-Git-Url: http://git.skullheadx.com/sitemap.xml?a=commitdiff_plain;h=f624d697031dc89c5332a160bca1ad5a0f0a3887;p=Electric-Dipoles.git add pic to readme --- diff --git a/main.py b/main.py index 74f1c7f..306c9e5 100644 --- a/main.py +++ b/main.py @@ -8,7 +8,7 @@ delta = 0 particles = [ PointParticle((SCREEN_WIDTH / 2, SCREEN_HEIGHT / 2), -1.6e-19), PointParticle((SCREEN_WIDTH / 3, SCREEN_HEIGHT / 2), 1.6e-19), - # PointParticle((SCREEN_WIDTH * 2 / 3, SCREEN_HEIGHT / 2), 1.6e-19), + PointParticle((SCREEN_WIDTH * 2 / 3, SCREEN_HEIGHT / 2), 1.6e-19), # PointParticle((SCREEN_WIDTH / 2, SCREEN_HEIGHT * 2 / 3), 1.6e-19), # PointParticle((SCREEN_WIDTH / 2, SCREEN_HEIGHT / 3), 1.6e-19), ] diff --git a/readme.md b/readme.md index 4a5da2e..76e677a 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,7 @@ # Electric Dipole Simulation +![image of simulation](simulation.png) + ## Dependencies (You might have to uninstall pygame if it is already installed) diff --git a/simulation.png b/simulation.png new file mode 100644 index 0000000..1c16133 Binary files /dev/null and b/simulation.png differ