Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antokhio/VL.Stride.BezierPatch
https://github.com/antokhio/VL.Stride.BezierPatch
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/antokhio/VL.Stride.BezierPatch
- Owner: antokhio
- License: mit
- Created: 2024-09-03T16:38:39.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-04T08:27:31.000Z (5 months ago)
- Last Synced: 2024-11-06T23:47:11.185Z (3 months ago)
- Language: C#
- Size: 166 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-vl - VL.Stride.BezierPatch - Set of nodes to create bezier surfaces (Libraries / Rendering)
README
# VL.Stride.BezierPatch
![splash](https://github.com/antokhio/VL.Stride.BezierPatch/blob/main/help/assets/splash.jpg)Set of nodes to create bezier surfaces.
The nodes make use of [DX11BezierPatchNode](https://github.com/mrvux/dx11-vvvv/blob/master/Nodes/VVVV.DX11.Nodes/Nodes/Geometry/Primitives/DX11BezierPatchNode.cs), [BernsteinBasis](https://github.com/mrvux/FeralTic/blob/master/Core/Core/Maths/BernsteinBasis.cs) that come with [dx11-vvvv](https://github.com/mrvux/dx11-vvvv) by [Julien Vulliet aka mrvux](https://github.com/mrvux)
The library itself is released under [MIT license](https://github.com/antokhio/VL.Stride.BezierPatch/blob/master/LICENSE).
## Using the library
In order to use this library with VL you have to install the nuget that is available via nuget.org. For information on how to use nugets with VL, see [Managing Nugets](https://thegraybook.vvvv.org/reference/hde/managing-nugets.html) in the VL documentation. As described there you go to the commandline and then typeTry it with vvvv, the visual live-programming environment for .NET
Download: http://visualprogramming.net