From fffae2c5b41a0b878825d43f4262d29f11bfea57 Mon Sep 17 00:00:00 2001 From: Johannes Lukas Bartunek <bartunej@physik.fu-berlin.de> Date: Sun, 1 May 2022 21:45:22 +0200 Subject: [PATCH] Update stargazer/README.md, nbody/README.md --- nbody/README.md | 2 ++ stargazer/README.md | 21 ++++++++++++++++++--- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/nbody/README.md b/nbody/README.md index 5bbc876..8262631 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 b55843c..75ec29c 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 + + + + + + + + -- GitLab