nurbs-python
NURBS-Python (geomdl) is an object-oriented pure Python B-spline and NURBS library.
1.4K
NURBS-Python (geomdl) is a self-contained, object-oriented, pure Python B-spline and NURBS evaluation library with knot vector and surface grid generators.
Please refer to the following links for details:
The following packages are included in all Docker images:
geomdlgeomdl.coregeomdl.shapesgeomdl.cliAdditionally, all images contain the example scripts from https://github.com/orbingol/NURBS-Python_Examples
First, you need to pull an image. As an example, Python 3.7 image is pulled below:
docker pull idealabisu/nurbs-python:py37
After the pulling operation, you can run the container using the following command:
docker run -it idealabisu/nurbs-python:py37
This command will automatically drop you into the bash shell of the container. There, you can access to the Python interpreter, geomdl-cli command-line application and the example scripts.
Dockerfile linkspy36py36-alpinepython:3.5-slimpython:3.6-slimpython:3.7-slimpython:3.5-alpinepython:3.6-alpinepython:3.7-alpinepypy:3-slimContent type
Image
Digest
Size
213.6 MB
Last updated
over 5 years ago
docker pull idealabisu/nurbs-python:py35-alpine