Skip to content

Commit 3d99fbd

Browse files
Update README.md
1 parent 186798a commit 3d99fbd

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
NEXT is a Multi-Threaded Simulation tool written in C/C++, solving the N-Body Problem
99
using the Barnes-Hut With Higher Order Multipopes Algorithm at a time of O(N log N) licensed under the GNU GPLv3+
1010

11+
#### Preview of the figure-eight simulation in NEXT rendered with ParaView
12+
13+
<video controls width="300">
14+
<source src="https://timgothecreator.github.io/videos/f8th.mp4" type="video/mp4">
15+
Your browser does not support the video tag.
16+
</video>
17+
1118
### Initial Conditions
1219
NEXT includes a modular python script to generate
1320
initial conditions, it outputs simple
@@ -78,4 +85,4 @@ NEXT also uses the Kick-Drift-Kick Leapfrog method which is implemented like thi
7885

7986
### NEXT Data Output
8087
NEXT uses the .VTK format to output data.
81-
More formats like HDF5 are planned.
88+
More formats like HDF5 are planned.

0 commit comments

Comments
 (0)