nbody topic

List nbody repositories

mini-nbody

94
Stars
27
Forks
Watchers

A simple gravitational N-body simulation in less than 100 lines of C code, with CUDA optimizations.

nbody

70
Stars
5
Forks
Watchers

N body gravity attraction problem solver

heyoka

192
Stars
12
Forks
Watchers

C++ library for ODE integration via Taylor's method and LLVM

Nbody-Gravity

80
Stars
11
Forks
Watchers

A small but powerful nbody gravity simulator with a built-in renderer

particular

129
Stars
9
Forks
Watchers

N-body simulation library written in Rust featuring BarnesHut and GPU accelerated algorithms.

nBody

36
Stars
4
Forks
Watchers

GPU-accelerated N-Body particle simulator with visualizer.

bevy-nbody

24
Stars
1
Forks
Watchers

N-body simulation using bevy and bigbang crates

nbody-simulation

35
Stars
8
Forks
Watchers

a simulation of a dynamical system of particles

N-body-numerical-simulation

66
Stars
11
Forks
Watchers

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 integra...

heyoka.py

59
Stars
9
Forks
Watchers

Python library for ODE integration via Taylor's method and LLVM