Nurbsy 1.5.3
dotnet add package Nurbsy --version 1.5.3
NuGet\Install-Package Nurbsy -Version 1.5.3
<PackageReference Include="Nurbsy" Version="1.5.3" />
<PackageVersion Include="Nurbsy" Version="1.5.3" />
<PackageReference Include="Nurbsy" />
paket add Nurbsy --version 1.5.3
#r "nuget: Nurbsy, 1.5.3"
#:package Nurbsy@1.5.3
#addin nuget:?package=Nurbsy&version=1.5.3
#tool nuget:?package=Nurbsy&version=1.5.3
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 | Versions 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. |
-
net8.0
- Stride.Core.Mathematics (>= 4.2.0.2293)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.