Skip to content

metametaclass/rigid_body_model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Physical model of rigid body motion with gsl ODE solver

Build with msys2/mingw64:

pacman -S --needed base-devel mingw-w64-x86_64-toolchain
pacman -S mingw-w64-x86_64-gsl
git clone ...
cd rigid_body_model
make run

Build and debug with gcc on ubuntu linux

# install gsl packages
sudo apt-get install libgsl-dev

# clone project
git clone ...
cd rigid_body_model

# build and run
make run