nbody
There are 98 repositories under nbody topic.
bluescarni/heyoka
C++ library for ODE integration via Taylor's method and LLVM
Canleskis/particular
N-body simulation library written in Rust featuring BarnesHut and GPU accelerated algorithms.
pavelsevecek/OpenSPH
C++ SPH/N-body library and standalone GUI application, mainly designed for astrophysical simulations
harrism/mini-nbody
A simple gravitational N-body simulation in less than 100 lines of C code, with CUDA optimizations.
SWIFTSIM/SWIFT
Modern astrophysics and cosmology particle-based code. Mirror of gitlab developments at https://gitlab.cosma.dur.ac.uk/swift/swiftsim
PWhiddy/Nbody-Gravity
A small but powerful nbody gravity simulator with a built-in renderer
bluescarni/heyoka.py
Python library for ODE integration via Taylor's method and LLVM
drons/nbody
N body gravity attraction problem solver
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.
fengwang/nbody-simulation
a simulation of a dynamical system of particles
GabrielSCabrera/nBody
GPU-accelerated N-Body particle simulator with visualizer.
thallada/bevy-nbody
N-body simulation using bevy and bigbang crates
esa/cascade
Propagate the evolution of large number of orbiting objects while detecting reliably conjunctions and collisions.
bluescarni/rakau
C++17 N-body Barnes-Hut on heterogeneous hardware architectures
MarcVivas/N-body
N-body simulation made with C++ and OpenGL
abacusorg/zeldovich-PLT
Generates initial conditions for cosmological N-body simulations, optionally applying Particle Linear Theory corrections.
nbody6ppgpu/Nbody6PPGPU-beijing
This is Nbody6++GPU, an N-body star cluster simulation code, maintained by Rainer Spurzem and team.
Pastorsin/python-hpc-study
Incremental optimizations to the N-Body problem in order to evaluate and compare the performance of Python translators in the HPC environment.
n3a9/nbody-simulation
An n-body visualization in C++ using OpenFrameworks 🌟💥
leomartire/MiniNBody
A simple N-Body simulator, able to support a galactic environnement (under the form of a gravitational field).
zevstravitz/NBody-Rust
3D N-Body Simulator (Rust-WASM and Three.js)
gandie/PlanetAppV2
Source Code of PocketCosmos App
LevKruglyak/tardigrade
Simple GPU accelerated N-body simulator.
rajeshmondal18/N-body
A code to compute the non-linear evolution of the cosmological matter density contrast.
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.
markstock/SimdNBodyKernels
Easy-to-implement n-body simulation kernels created using Intel's ispc and llvm/clang
ryanmcdermott/webvr-n-body
WebVR n-body galaxy simulation using Barnes-Hut Tree and AFrame powered by WebGL
stripe2933/NBody
N-body simulation with OpenGL visualization. Multi-threading and Barnes-Hut algorithm are supported.
kevenv/orbitsim_cs
Real-time simulator of our solar system, featuring collisions and asteroids creation
SWIFTSIM/SOAP
Spherical Overdensity Aperture Processor: MPI parallel Python code to compute properties of halos in SWIFT n-body simulations
TiagoMarinho/Stardust
Stardust is an N-body simulation made using javascript
Im-Rises/nbody-simulator-react-p5
N-Body simulation package made in React using bruteforce method
lewisfish/N-body-sim
Nbody simulator with pygame viewer
Rostifar/Helix
Helix is a physics based simulation engine, specializing in gravitational, fluid, solid, and EM mechanics.
StaticTaku/BarnesHutTree
Header only barns hut tree for C++. You can use this in NBody, SPH, collision detection