/vmd_sizing

Ubuntu port of VMD Sizing https://github.com/miu200521358/vmd_sizing

Primary LanguagePythonMIT LicenseMIT

Ubuntu port of VMD Sizing

Installation (Ubuntu 20.04)

Install dependency libraries

sudo apt-get install python3 python3-pip python3-wxgtk4.0 python3-numpy
pip3 install numpy-quaternion bezier Cython

Clone and Build

git clone https://github.com/nagadomi/vmd_sizing.git
cd vmd_sizing
git submodule update --init --recursive
cd src
python3 setup.py build_ext --inplace

Run (Must be run in the root directory of the repository)

python3 src/executor.py

Original README.md

VMDサイジング

Dependencies