Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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
- Created: 2023-05-06T17:46:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-26T17:45:27.000Z (over 1 year ago)
- Last Synced: 2024-04-20T12:15:04.886Z (9 months ago)
- Topics: n-body, physics, physics-simulation, python
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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.