nbody-gravity-simulation
There are 54 repositories under nbody-gravity-simulation topic.
rafael-fuente/N-body-numerical-simulation
Script written in Python to integrate the equations of motion of N particles interacting with each other gravitationally. The script computes the equations of motion and use scipy.integrate to integrate them. Then it uses matplotlib to visualize the solution.
beltoforion/Barnes-Hut-Simulator
A C++ implementation of the Barnes-Hut-Algorithm.
jamiefarnes/negative-mass-simulator
Negative Mass N-body Simulation Codes
GabrielSCabrera/nBody
GPU-accelerated N-Body particle simulator with visualizer.
alvinng4/Gravity-Simulator
Newtonian N-body gravity simulator accelerated with C and CUDA
JuliaAstroSim/AstroNbodySim.jl
Unitful and differentiable gravitational N-body simulation code in Julia
NoeBrt/Galaxy-Simulation
Simulation of thousands of particules on GPU π
bluescarni/rakau
C++17 N-body Barnes-Hut on heterogeneous hardware architectures
JoshuaLim007/NBody-Gravity-Simulation
Brute Force calculation of n body simulation using compute shaders
Hsin-Hung/N-body-simulation
a real-time N-body simulation with the Barnes-Hut algorithm and CUDA
leomartire/MiniNBody
A simple N-Body simulator, able to support a galactic environnement (under the form of a gravitational field).
Timo-Schrader/OpenCL-N-Body-Simulation
This project implements a N-Body Simulation using OpenCL and OpenGL. It can be used to benchmark both GPU and CPU.
INeido/Space
Doesn't do much. Just some bodies flying around in the void.
markstock/SimdNBodyKernels
Easy-to-implement n-body simulation kernels created using Intel's ispc and llvm/clang
jagoosw/Gravitational-N-Body-Simulation
Gravitational n body simulation by hermite integration
Suji04/SolarSystem
Simple solar system simulation
Christovis/astrild
Python package for the study of galaxy evolution, voids, large scale structure, weak lensing, CMB, and modified gravity theories using cosmological Ramses based N-body simulations.
jeffzyliu/CUDA-programs
A collection of GPU and high-performance computing programs written in CUDA for CS89.25/189.3, a graduate-level CS course at Dartmouth.
lewisfish/N-body-sim
Nbody simulator with pygame viewer
StaticTaku/BarnesHutTree
Header only barns hut tree for C++. You can use this in NBody, SPH, collision detection
marcoigorr/PhysicsEngineD3D11
Phisics Engine using Direct3D11
CrazyKoustik/nbody
Simple n-body gravitation simulation in python
MaxenceGiraud/Ssim
Collection of personal projects of Math/Physics Simulations and visualisations.
mino2357/N-body-Scrapbox
ε€δ½ει‘γ«ε―Ύγγγγγγͺγ’γ€γγ£γ’γ試γ
shadowbourne/multicore-n-planet-simulator
3rd Year: 1st - 90. Vectorized and multicore n-body simulators written and extensively optimised in C++ for scalability to millions of particles/planets (using Euler method and Runge-Kutta 2).
TrueDoctor/ClusterSim
A application to simulate starclusters
yiqiangjizhang/N-Body-Problem
N-Body problem in C with parallel computing using 12 order Runge-Kutta with adaptive step size
Anas-Albaqeri/Parallelizing-the-nBody-problem-using-CUDA-Pthreads-openMP-and-MPI
Providing parallel solutions to the simulation of the nBody problem in space, using different parallel techniques including: CUDA, Pthread, OpenMP and MPI
Charleco/Solar-Lander
libGDX n-body/orbit-sim
chasepeck/python-nbody
N-body simulator in Python
Chlorophytus/nbody2024
Quickly-done multithreaded Raylib N-body simulation in C++
GatoImorrivel/gravity-sim
NBody Simulation using Rust
phirling/swift_ics
Tools to generate stable self-gravitating N-Body initial conditions and new external potentials for the SWIFT N-Body code
0xWOLAND/rust-fmm
Cosmological Simulation using a Fast Multipole Method and WASM Threads
markstock/adapDt
Test program for adaptive time stepping in a gravitational NBody system