a 2d physics simulator written in C++ from scratch
clone the repo first:
git clone https://github.com/nikisalli/nikfemm.git
enter the repo
cd nikfemm
update submodules
git submodule update --init --remote
create build dir
mkdir build && cd build
configure and build
cmake ..
make -j4
run an example
../bin/test