/VL.Stride.Text3d

Set of nodes to create and render (extruded) 3d text in VL.Stride.

Primary LanguageC#MIT LicenseMIT

VL.Stride.Text3d

Set of nodes to create and render (extruded) 3d text in VL.Stride.

The nodes make use of Extruder.cs, ExtrudingSink.cs and OutlineRenderer.cs that come with dx11-vvvv by Julien Vulliet aka mrvux. I made only some minor changes. His code is licensed under BSD 3, refer to DX11-vvvv-License.md for details.

The library itself is released under MIT 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 in the VL documentation. As described there you go to the commandline and then type:

For 5.0

nuget install VL.Stride.Text3d

For 2021.4

nuget install VL.Stride.Text3d -version 0.4.0

Try it with vvvv, the visual live-programming environment for .NET
Download: http://visualprogramming.net