about summary refs log tree commit diff
path: root/README.md
blob: 9b831f63528568bd625ad16e4db362661b84eca7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Source

## Example Image

![Example Image](https://git.darknebu.la/GalaxySimulator/Source/raw/master/example_image_cropped.png)

## Building

Simple, just:
```
$ go build .

$ ./Source
21:52:10 [+] Opening the csv
21:52:10 [+] Calculate the acting forces                                 	
starting worker nr. 0, processing 6250 stars
starting worker nr. 1, processing 6250 stars
starting worker nr. 2, processing 6250 stars
starting worker nr. 3, processing 6250 stars
starting worker nr. 4, processing 6250 stars
starting worker nr. 5, processing 6250 stars
starting worker nr. 6, processing 6250 stars
starting worker nr. 7, processing 6250 stars

sliceLength = 50004
localRangeLen = 6250
...
```