Python module for managing ship lines plans and evaluating hydrostatics and stability. This package contains to modules:
- The
linesplan
python module - A blender pluging called
blender_linesplan
The linesplan
module can be installed directly from pypi, the blender_linesplan
plugin can be downloaded from gumroad
You'll need poetry to play with the python module and the easiest way to get started is then to inspect the demo notebook:
poetry install
poetry run jupyter notebook tests/notebooks/demo.ipynb