Skip to content

Python GUI for the numerical simulation of N-body gravitational systems

License

Notifications You must be signed in to change notification settings

cintuluca/GravitationalGUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GravitationalGUI

GravitationalGUI is a simple Python script useful for the numerical simulation of N-body gravitational systems, with a graphical window to see the real time evolution of the bodies. In order to run the script just type the following command from the GravitationalGUI directory:

./gravGUI.py

This is the main window:

app screenshot

If you click on one drawn point, this will open a new window containing all its features; this is an example for the point showed in the previous picture:

app screenshot

How to set up

Clone the repository:

git clone https://github.com/cintuluca/GravitationalGUI

Move to the GravitationalGUI directory:

cd GravitationalGUI

To control and install the dependencies:

pip install -r requirements.txt

GravitationalGUI requirements:

numpy (>=1.22.4)
pandas (>=2.1.4)
tk (>=0.1.0)

AUTHOR

Luca Cintura luca.cintura@gmail.com

License

Gravitational GUI

Copyright (c) 2024, Luca Cintura

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Python GUI for the numerical simulation of N-body gravitational systems

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages