diff options
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 |