idealabisu/nurbs-python

By idealabisu

Updated over 5 years ago

NURBS-Python (geomdl) is an object-oriented pure Python B-spline and NURBS library.

Image
0

1.4K

idealabisu/nurbs-python repository overview

NURBS-Python (geomdl)

Introduction

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:

What is inside the Docker images?

The following packages are included in all Docker images:

  • geomdl
  • geomdl.core
  • geomdl.shapes
  • geomdl.cli

Additionally, all images contain the example scripts from https://github.com/orbingol/NURBS-Python_Examples

How to use

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.

  • latest tag is py36
  • latest-alpine tag is py36-alpine
  • py35 tag is based on python:3.5-slim
  • py36 tag is based on python:3.6-slim
  • py37 tag is based on python:3.7-slim
  • py35-alpine tag is based on python:3.5-alpine
  • py36-alpine tag is based on python:3.6-alpine
  • py37-alpine tag is based on python:3.7-alpine
  • pypy3 tag is based on pypy:3-slim

Tag summary

Content type

Image

Digest

Size

213.6 MB

Last updated

over 5 years ago

docker pull idealabisu/nurbs-python:py35-alpine