Design visualizer for Ship Grillage Design
Run miniconda or anaconda command prompt/power shell
conda create -n d3vsgd_env python=3.9 -c conda-forge
conda activate d3vsgd_env
pip install pyside6
pip install openmesh
pip install pyopengl
pip install scipy
install moobench following instructions on https://github.com/pprebeg/moobench
clone d3v repository: (e.g. https://github.com/linaetal-fsb/d3v.git)
clone d3v-sgd repository: (e.g. https://github.com/pprebeg/d3v-sgd.git)
Run as: Path_to_d3v\src\main.py -a Path_to_d3v-sgd
e.g. if d3v is located in D:/dev/d3v, and d3v-sgd in D:/dev/d3v-sgd:
python D:/dev/d3v/main.py -a D:/dev/d3v-sgd
Note:
- "-a Path_to_d3v-sgd" is the argument
- the "commands" folder needs to be the subfolder in d3v-sgd folder
Gordan Kos
Tomislav Pavlović
Pero Prebeg