From: Skullheadx Date: Wed, 4 Sep 2024 19:08:33 +0000 (-0400) Subject: update readme X-Git-Url: http://git.skullheadx.com/nixos/README?a=commitdiff_plain;h=513cc513f493b473107a909ad866710b7ba889a0;p=Electric-Dipoles.git update readme --- diff --git a/.gitignore b/.gitignore index 2d0653a..854fb5e 100644 --- a/.gitignore +++ b/.gitignore @@ -160,3 +160,4 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. .idea/ +.DS_Store diff --git a/readme.md b/readme.md index 76e677a..9dee38f 100644 --- a/readme.md +++ b/readme.md @@ -2,16 +2,19 @@ ![image of simulation](simulation.png) +## Description +- Accurately simulates the electric field strength and visualizes real time. + ## Dependencies (You might have to uninstall pygame if it is already installed) ```pip install pygame-ce library``` ## How to Run -run main.py +- Run main.py ## Controls -drag particles around to move them. +- Drag particles around to move them. ## Extra -add more particles to particles list in main.py for more fun. +- Add more particles to particles list in main.py for more fun.