Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.