diff options
author | Emile <HanEmile@users.noreply.github.com> | 2018-03-19 20:49:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-19 20:49:29 +0100 |
commit | 2901a070944055fd5a1392b72b1485380c97d040 (patch) | |
tree | e5ead810d8069204a6e7383fc5c2ea4b1019790e | |
parent | d0f19b8bc7ab11449cea028106504cacecd94f66 (diff) |
Update README.md
-rw-r--r-- | src/README.md | 33 |
1 files changed, 2 insertions, 31 deletions
diff --git a/src/README.md b/src/README.md index fa161c8..3f6a037 100644 --- a/src/README.md +++ b/src/README.md @@ -1,32 +1,3 @@ -# README +# Source Directory -| Name | Value | -| --- | --- | -| Time (hour min sec) | 1:30:45 | -| Number of Stars | 1000 | -| Stars Kicked: | 327718674 | -| Percent: | 0.000305139767531221% | - -### workflow: - ---- - -#### Generate the lookuptable - - - $ ./lookup.py <number of values> <filename> - -- the __number of values__ can be given using the scientific notaion e.g. 1e7. -- the __filename__ should not overlap with any existing filename - ---- - -#### Generate the coordinates - - - $ ./coord.py <number of stars> <save_to_file_location> - - -#### Display the stars using Blender - - $ blender --python view.py <star_coordinates_file> +This Directory contains all the code used in the Project. |