https://github.com/zsteve/nbsim
simplistic n-body problem simulator
https://github.com/zsteve/nbsim
Last synced: 11 months ago
JSON representation
simplistic n-body problem simulator
- Host: GitHub
- URL: https://github.com/zsteve/nbsim
- Owner: zsteve
- Created: 2018-01-01T11:41:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-02T12:31:53.000Z (over 8 years ago)
- Last Synced: 2025-03-29T09:23:45.959Z (about 1 year ago)
- Language: C++
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nbsim
Simplistic n-body problem simulator in C++, currently using naive Euler method for numerical integration.
Uses minifb (https://github.com/emoon/minifb)
Stay tuned for improvements on the code!
