diff --git a/nbody/README.md b/nbody/README.md index 5bbc87604213cc920da99b12b721b97fc05751f9..826263102a8cce17c67ef7e9d94519f8a08a7fa7 100644 --- a/nbody/README.md +++ b/nbody/README.md @@ -14,3 +14,5 @@ Execute with: ./sim [number of steps] [delta T] ``` All of the locations will be printed to a file named output, as of right now the recording intervall has to be set in the source code. +This program is able to calculate about 300 Million Steps of the solarsystem (Sun + 8 Planets) in about 90 seconds on an Intel i5-10300H. + diff --git a/stargazer/README.md b/stargazer/README.md index b55843c4ebe5aabeb2bd6b5eb9aaadf28bcfb41a..75ec29c9e08a89c799c3fc7c1342684fd3284b32 100644 --- a/stargazer/README.md +++ b/stargazer/README.md @@ -15,20 +15,35 @@ make ./stargazer <name-to-logfile> ``` -You can find samples in the `/samples`directory. +You can find samples in the `/samples` directory. # Controls `SPACE` Pause/ Unpause + `.` Speed up time + `,` Slow/ Reverse time + `c` Toggle trajectory trace -`n` Shorter trace -`m` Longer trace + +`n/ m` Shorter/ Longer trace + `k/ l` Scale the scene + `o/ p` Scale the size of the objects + `right/ left arrows` Increase/ Decrease movement speed Use the mouse/ touchpad to look around. +# Screenshots + + + + + + + +