Nurbsy 1.5.3

dotnet add package Nurbsy --version 1.5.3
                    
NuGet\Install-Package Nurbsy -Version 1.5.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Nurbsy" Version="1.5.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Nurbsy" Version="1.5.3" />
                    
Directory.Packages.props
<PackageReference Include="Nurbsy" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Nurbsy --version 1.5.3
                    
#r "nuget: Nurbsy, 1.5.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Nurbsy@1.5.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Nurbsy&version=1.5.3
                    
Install as a Cake Addin
#tool nuget:?package=Nurbsy&version=1.5.3
                    
Install as a Cake Tool

VL.Nurbsy (WIP)

A NURBS Bezier library for vvvv and Stride. Based on LNLib by BIMCoderLiang.

This project is a C# port and adaptation of LNLib by BIMCoderLiang, aims to bring The NURBS Book 2nd Edition algorithms to the native C# domain.

⚠️ This project is currently in active development and may be subject to breaking changes, deprecations, and unstable features.

Packages

  • Nurbsy - Pure C# Core library containing all geometric algorithms. Can be used in any Stride Game or .NET application.
  • VL.Nurbsy - Wrapper for vvvv gamma. Provides a node set to visualize and manipulate curves and surfaces interactively.

Curves

  • NurbsCurve - Evaluation and manipulation of non-uniform rational B-spline curves.
  • BezierCurve - Specialized support for Bezier curves.

Surfaces

  • NurbsSurface - Evaluation and manipulation of non-uniform rational B-spline surfaces.
  • BezierSurface - Specialized support for Bezier patches.

Installation

// vvvv
nuget install VL.Nurbsy 

// Stride
dotnet add package Nurbsy

Getting Started

Help patches for vvvv are available via Help Browser.

Contributing

Contributions are welcome! Open issues or submit pull requests. Questions welcome on vvvv forum.

License

The source code is published under LGPL 2.1, the license is available here.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.5.3 87 2/13/2026
1.5.2 90 1/29/2026
1.2.1 93 1/27/2026
1.1.0 91 1/27/2026
1.0.0 94 1/22/2026
0.0.1-pre2 83 1/22/2026
0.0.1-pre 85 1/22/2026