# PyNURBS **Repository Path**: mirrors_lepy/PyNURBS ## Basic Information - **Project Name**: PyNURBS - **Description**: A revival and update of Runar Tenfjord's NURBs toolbox for Python - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2025-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## NURBS - Non Uniform Rational B-Splines. This python module is a revival and update of Runar Tenfjord's NURBS toolbox, which itself is a port of Mark Spink's SCILAB/MATLAB tolbox to python with help of numpy. #### Dependency Python 2.0 or above NumPy Dislin -> optional but recomended PyOpenGL -> optional #### Installation Just run ```python setup.py install``` #### License Runar Tenfjord originally relased this package under the GPL Version 2 license, so I suppose that means it has to stay that way. Originally by: Runar Tenfjord, runten@netcom.no Minor updates to work with NumPy by Alex Wiltschko