barnes-hut
There are 49 repositories under barnes-hut topic.
CannyLab/tsne-cuda
GPU Accelerated t-SNE for CUDA with Python bindings
PWhiddy/Nbody-Gravity
A small but powerful nbody gravity simulator with a built-in renderer
frjnn/bhtsne
Parallel Barnes-Hut t-SNE implementation written in Rust.
mortimr/oclbhgs
đź›°đź’« OpenCL Barnes-Hut Galaxy Simulator | Fully exploiting the GPU to do massive data parallel computations in an n-body simulator
barkm/n-body
Parallel Barnes-Hut Algorithm
alexgbrandt/Parallel-NBody
N-body codes: one multi-threaded following the costzones method, one distributed following the hashed octree method. An OpenGL visualization tool is also provided.
Hsin-Hung/N-body-simulation
a real-time N-body simulation with the Barnes-Hut algorithm and CUDA
chenxuhao/lonestaromp
OpenMP version of Lonestar benchmarks
GerFr/Python-Gravity-Simulation
An advanced orbital dynamics and n-body simulation program.
astroboylrx/PLAN
PLAN: PLanetesimal ANalyzer
iggedi-ig-ig/gravsim
Efficient n-body simulation using the barnes-hut algorithm
ryanmcdermott/webvr-n-body
WebVR n-body galaxy simulation using Barnes-Hut Tree and AFrame powered by WebGL
ArkUmbra/BarnesHutSimulation
Implementation of Barnes-Hut algorithm to approximate n-body gravitational interactions https://en.wikipedia.org/wiki/Barnes%E2%80%93Hut_simulation
awerries/gravity
CPU-based Barnes-Hut Gravity simulator written in Rust using the Bevy game engine.
mesbahamin/star-sim
Simulation of gravitationally attracted stars.
alexhad6/ParallelBarnesHut.jl
A parallel Barnes Hut package for Julia.
oppenheimj/unraveler
Multithreaded force-directed graph drawing using Barnes-Hut quadtree
tardisman5197/barnes-hut-sim
A Go implementation of a Barnes–Hut simulation.
DavidRichardson02/Real-Time-Quadtree-Barnes-Hut-N-Body-Simulation
Real-time Barnes-Hut Simulator. Quadtree implementation with pointer based node representation in c++, visualized using OpenFrameworks
FilipTirnanic96/t-SNE
Implementation of t-SNE and Barnes-Hut-SNE algorithm. Comparison of algorithm implementation with sklearn library implementation on sample databases.
marcoigorr/PhysicsEngineD3D11
Phisics Engine using Direct3D11
PietroDomi/BarnesHut.jl
Implementation of the BarnesHut algorithm in Julia, with benchmark comparisons with the brute force algorithm.
temp3rr0r/N-Body
Parallel N-Body Simulator: 2D Simulations of dynamical systems of particles are often used in physics to predict behavior of planets, stars, galaxies, gas particles... The interaction between particles is described by physically sound equations and ”integrated” in time to predict the outcome of the simulation.
EnguerranVidal/NBodies-Problem-Solver
This project vows to achieve the creation of a physics simulation of the solution for the N-Bodies problem. The main Python class will choose a randomized distribution of massive bodies and will let them evolve, calculating their positions at the next time-step using the Barnes-Hut method in 2D or in 3D. This verison of the project is currently using Numpy elements but does not use it to calculate the next time-step positions. I will work in an optimized version in the future using Numpy and Cupy in order to get GPU-driven calculations.
FelicienC/Gravity-Simulation
Python and C++ implementation of a Barnes-Hut gravity simulation, using Runge-Kutta integration methods.
fritschy/particles
barnes-hut n-body "gravity" simulation
Im-Rises/nbody-simulator-barnes-hut-react-p5
N-Body simulation package made in React using Barnes-Hut method
Im-Rises/nbody-simulator-barnes-hut-react-p5-website
N-Body simulatation using Barnes-Hut package demo made in React
lesves/galaxy
A galaxy n-body simulator
temp3rr0r/AnimatorGL
3D Parallel (Intel TBB) N-Body Simulator in OpenGL. Two versions: Naive n-body and Barnes-Hut.
TeodoraAleksic/n-body-problem
A comparison between the direct n-body and Barnes-Hut simulations on the CPU and GPU using OpenCL.
voithos/graviton
Simple gravitational simulatoy
kss682/solar-system-simulation
A project to stimulate solar system using the Barnes Hut Algorithm.
milcsu09/Barnes-Hut
Barnes-Hut simulation
eskaliert680/edamame
An N-body simulation library written in C++ with Barnes-Hut trees.
Mauricio-Bernuy/Bonsai-estimate
CS Bachelor Thesis