[WIP] Gravity body simulation banner

[WIP] Gravity body simulation

0 devlogs
0s

An N-body / gravity simulation in Python that uses Newton’s laws to simulate the chaotic motion of bodies under the force of gravity. Currently working on implementing the Barnes-Hut algorithm to speed things up from O(N^2) to O(n logn).

This project uses AI

Used AI to help explain to me some of the more complicated physics concepts.