Skip to content
/ PyNURBS Public
forked from alexbw/PyNURBS

A revival and update of Runar Tenfjord's NURBs toolbox for Python

License

GPL-2.0, GPL-2.0 licenses found

Licenses found

GPL-2.0
LICENSE
GPL-2.0
LICENSE.md
Notifications You must be signed in to change notification settings

Damov/PyNURBS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
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
Contribution by: Daniel Kharlamov

About

A revival and update of Runar Tenfjord's NURBs toolbox for Python

Resources

License

GPL-2.0, GPL-2.0 licenses found

Licenses found

GPL-2.0
LICENSE
GPL-2.0
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 61.3%
  • C 38.7%