Skip to content
#

barnes-hut-algorithm

Here are 39 public repositories matching this topic...

Generic-Quadtree-Barnes-Hut-N-Body-Simulator-0_1

Real-time Interactive Barnes-Hut N-Body Simulator. Create galaxies, apply forces, visualize spatial partitioning, parameterize simulation physics and entities, etc.

  • Updated Jul 30, 2025
  • C++
Serial-Hashed-Octree-Barnes-Hut-N-Body-Simulator-0_3

The Hashed-Octree approach is developed as an improvement to the standard octree data structure made suitable for parallel processing. This variant of the octree data structure attempts to parallelize the hierarchical method through adaptive domain decomposition, dynamic load-balancing across processors, and parallel interaction computation.

  • Updated Jul 30, 2025
  • C

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 …

  • Updated Mar 21, 2021
  • Python

Improve this page

Add a description, image, and links to the barnes-hut-algorithm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the barnes-hut-algorithm topic, visit your repo's landing page and select "manage topics."

Learn more