Skip to content

antokhio/VL.Nurbsy

Repository files navigation

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.

About

NURBS Bezier library for vvvv/Stride based on LNLib by BIMCoderLiang

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages