Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eteq/nbodpy

A simple N-body simulation tool using python and Cython
https://github.com/eteq/nbodpy

Last synced: about 2 months ago
JSON representation

A simple N-body simulation tool using python and Cython

Awesome Lists containing this project

README

        

Nbodypy
=======

`Nbodpy` is a simple direct N-body gravity simulation tool using python and Cython.
It probably isn't suitable for actual science work, but may be useful for education or illustrative purposes.

Requirements
------------
* Python (tested with v2.7 or later, but 2.6 may also work)
* `Cython `_