From 2901a070944055fd5a1392b72b1485380c97d040 Mon Sep 17 00:00:00 2001 From: Emile Date: Mon, 19 Mar 2018 20:49:29 +0100 Subject: Update README.md --- src/README.md | 33 ++------------------------------- 1 file changed, 2 insertions(+), 31 deletions(-) (limited to 'src') 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 - -- 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 - - -#### Display the stars using Blender - - $ blender --python view.py +This Directory contains all the code used in the Project. -- cgit 1.4.1 From c0ce21405dba20634aeb4393add478fe12d55f32 Mon Sep 17 00:00:00 2001 From: Emile Date: Mon, 19 Mar 2018 20:56:13 +0100 Subject: Create README.md --- src/python/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/python/README.md (limited to 'src') diff --git a/src/python/README.md b/src/python/README.md new file mode 100644 index 0000000..3b96f7c --- /dev/null +++ b/src/python/README.md @@ -0,0 +1,9 @@ +# Python Source Code + +### Step 1: Generating a lookuptable + +[insert image] + +### Step 2: Generate the Coordinates + +[insert image] -- cgit 1.4.1