Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 304 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 304 Bytes

N-Body

This is a real-time n-body simulation written in C#. It calculates forces using a multithreaded implementation of the Barnes-Hut algorithm. Various systems (planetary, binary, etc) can be modelled, and I took advantage of my Lattice library to do the 3D drawing.

Demo image