A small c++ project for visualization of the double pendulum chaos fractal.
This is a short test!!!
- check if cmake and gnu compiler are installed (other compilers work as well)
- pull repo to local machine
- make sure to ad submodules (git submodule init && git submodule update)
- navigate to the top level of code base (folder that contains main.cpp)
- type the following commands into your unix shell
mkdir build && cd build
cmake ..
make
./simulation
- profit
- rebase own branch on main
- only merge with main when project compiles
- use main.cpp only for calling (developer-)test functions, which are placed in other files (for easier merging) -> until test frame work is integrated