Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eteq/nbodpy
- Owner: eteq
- Created: 2013-11-07T18:18:04.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-07T18:20:02.000Z (about 11 years ago)
- Last Synced: 2024-12-01T03:48:31.772Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 109 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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 `_