diff options
author | HanEmile <emile.hansmaennel@gmail.com> | 2017-02-14 18:06:55 +0100 |
---|---|---|
committer | HanEmile <emile.hansmaennel@gmail.com> | 2017-02-14 18:06:55 +0100 |
commit | 299c39c511490e0f234c30f1ca3555bade1d5595 (patch) | |
tree | 581f33c597ce98ee37208ec73a6873d207d3ff77 /readme.md | |
parent | 129a771979ad2cb74b3c30808f96335eb1925171 (diff) |
added python file for downloading data, added TLE Folder for storing data
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 18 |
1 files changed, 16 insertions, 2 deletions
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 |