Skip to content

Commit e65482e

Browse files
authored
Update README.md
1 parent b7c2a91 commit e65482e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# nurbspy
22

3+
📦 **PyPI package**: [https://pypi.org/project/nurbspy/](https://pypi.org/project/nurbspy/)
4+
5+
📚 **Documentation**: [https://turbo-sim.github.io/nurbspy/](https://turbo-sim.github.io/nurbspy/) *(under construction)*
6+
37

48
## Description
59
`nurbspy` is a Python package for Non-Uniform Rational Basis Spline (NURBS) curves and surfaces.
610
The classes and methods were inspired by the algorithms presented in [The NURBS Book](https://doi.org/10.1007/978-3-642-59223-2) and the code was implemented using vectorized [Numpy](https://numpy.org/) functions and [Numba's](http://numba.pydata.org/) just-in-time compilation decorators to achieve C-like speed.
711

8-
📦 **PyPI package**: [https://pypi.org/project/nurbspy/](https://pypi.org/project/nurbspy/)
9-
10-
📚 **Documentation**: [https://turbo-sim.github.io/nurbspy/](https://turbo-sim.github.io/nurbspy/) *(under construction)*
11-
1212
`nurbspy` aims to be a simple NURBS library, not a fully fledged CAD kernel. If you need a powerful, open source CAD kernel we recommend you to check out the C++ [OpenCascade](https://www.opencascade.com/doc/occt-7.4.0/overview/html/index.html) library. If you feel that OpenCascade is too complex or you are not sure how to start using it, [this repository](https://github.com/RoberAgro/primer_open_cascade) might be useful for you!
1313

1414

0 commit comments

Comments
 (0)