From e490c668bb58584205b65beecf6178dae0adbd81 Mon Sep 17 00:00:00 2001 From: hanemile Date: Tue, 16 Jan 2018 15:54:15 +0100 Subject: updated the general files --- README.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 53f724f..d11c651 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,38 @@ data using [Python](https://python.org) so the second part can visualize it in --- +### HowTo: + +- Generate the Lookup table: + + + $ ./lookup + + Example: + + $ ./lookup 42 1e7 + + +- Generate the Coordinates: + + + $ ./coord + + Example + + $ ./coord.py 1000 11 + +- Display the Stars using Blender: + + + $ blender --python view.py -- + + Example + + $ blender --python view.py -- 11 + +--- + ### Benchmarks (03.12.17) @@ -30,6 +62,13 @@ data using [Python](https://python.org) so the second part can visualize it in | --- | --- | | 1e9 | ~ 45000 | +| Name | Value | +| --- | --- | +| Time (hour min sec) | 1:30:45 | +| Number of Stars | 1000 | +| Stars Kicked: | 327718674 | +| Percent: | 0.000305139767531221% | + ##### File sizes | Filesize | Nr. of Stars | | --- | --- | -- cgit 1.4.1