Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 578 Bytes

File metadata and controls

33 lines (25 loc) · 578 Bytes

MasterCppSim

Dependencies

json

Install using

sudo apt install nlohmann-json-dev

matplotlib-cpp (not needed if python_plotting is used to plot from json)

You find it in this repo. Note that matplotlib-cpp must be compiled in order for the plotting to work.

Eigen

You find it here!

Compiling

from the /cpp folder do:

mkdir build && cd build
cmake ..
make

Running

from the cpp/build folder do:

./app

and watch magic things happen!