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: 18 days 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T13:13:00.000Z (5 months ago)
- Last Synced: 2024-11-20T21:11:44.446Z (3 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
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.