From 299c39c511490e0f234c30f1ca3555bade1d5595 Mon Sep 17 00:00:00 2001 From: HanEmile Date: Tue, 14 Feb 2017 18:06:55 +0100 Subject: added python file for downloading data, added TLE Folder for storing data --- readme.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 0423d5e..af2b242 100644 --- a/readme.md +++ b/readme.md @@ -6,10 +6,24 @@ Sooo... ... I'm using C++ from now on. --- -compile using: +So, the plan is: + +1. Running a Python-script (download_data.py) using C++ to fetch the data from the web. + +2. Parsing the Data using C++. + +3. Calculating the needed values. + +4. Blender... . + +5. Calculating Collisions. + +--- + +Compile using: $ g++ main.cpp -run using: +Run using: $ ./a.out -- cgit 1.4.1