Skip to content

Commit eab9ef1

Browse files
Update README.md
1 parent 1c7c2bc commit eab9ef1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# NEXT - Newtonian EXact Trajectories
22

3+
![Build](https://img.shields.io/github/actions/workflow/status/YourUser/NEXT/ci.yml?branch=main)
4+
![License: GPL v3](https://img.shields.io/badge/License-GPLv3%2B-blue.svg)
5+
![C++20](https://img.shields.io/badge/C%2B%2B-20-brightgreen.svg)
6+
![OpenMP](https://img.shields.io/badge/OpenMP-enabled-orange.svg)
7+
38
NEXT is a Multi-Threaded Simulation tool written in C/C++, solving the N-Body Problem
49
using the Barnes-Hut Algorithm at a time of O(N log N)
510

0 commit comments

Comments
 (0)