https://github.com/niaggar/n-body-problem
Simulation of the N-body problem using the Verlet method
https://github.com/niaggar/n-body-problem
n-body physics physics-simulation python
Last synced: 4 months ago
JSON representation
Simulation of the N-body problem using the Verlet method
- Host: GitHub
- URL: https://github.com/niaggar/n-body-problem
- Owner: niaggar
- License: mit
- Created: 2023-05-06T17:46:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T13:13:00.000Z (almost 2 years ago)
- Last Synced: 2025-10-23T22:31:10.655Z (8 months ago)
- Topics: n-body, physics, physics-simulation, python
- Language: Python
- Homepage:
- Size: 28.3 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# N-Body Problem
Simulation of the N-body problem using the Verlet method and a position-dependent potential function.
It requires having pyglet installed.