VL.Stride.Voxels 0.1.0

dotnet add package VL.Stride.Voxels --version 0.1.0
                    
NuGet\Install-Package VL.Stride.Voxels -Version 0.1.0
                    
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="VL.Stride.Voxels" Version="0.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="VL.Stride.Voxels" Version="0.1.0" />
                    
Directory.Packages.props
<PackageReference Include="VL.Stride.Voxels" />
                    
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 VL.Stride.Voxels --version 0.1.0
                    
#r "nuget: VL.Stride.Voxels, 0.1.0"
                    
#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 VL.Stride.Voxels@0.1.0
                    
#: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=VL.Stride.Voxels&version=0.1.0
                    
Install as a Cake Addin
#tool nuget:?package=VL.Stride.Voxels&version=0.1.0
                    
Install as a Cake Tool

<img src="hero.png" width="100%" alt="VL.Stride.Voxels Banner">

VL.Stride.Voxels

Stride voxel rendering and compositing integration for vvvv.

This project brings Voxel Cone Tracing Global Illumination to the visual programming environment, exposing the Stride.Voxels functionality as VL nodes. It allows developers and creative coders working in vvvv gamma to implement voxel-based Stride rendering techniques natively within their workflows by installing the NuGet package.

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

Packages

  • VL.Stride.Voxels - Wrapper for vvvv gamma. Provides a node set to construct voxel compositors and rendering pipelines interactively.

Dependencies

  • Stride.Voxels - Core C# library containing the Stride voxel rendering implementation. Can be used in any Stride game or .NET application.

Installation

As of now, you must install two packages manually:

// Install the VL wrapper
nuget install VL.Stride.Voxels

// Install the core Stride package without dependencies (to avoid downloading packages already included in vvvv)
nuget install Stride.Voxels -Version 4.2.1.2487 -DependencyVersion Ignore

Compatibility: Compatible with >= vvvv_gamma_7.1-0174

Notice: The Stride.Voxels version should match the Stride version vvvv is currently using. If you are on the latest pre-release version of vvvv, check StrideVersion. If you are on a stable release, check the vvvv About dialog.

Getting Started

Help patches for vvvv are available via the Help Browser under the Stride Voxels category.

Contributing

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

Known Issues

Please check the issue tracker for known bugs and current limitations.

Credits

  • tebjan - all the heavy lifting to assemble a working example.
  • bj-rn - maintaining the branch.
  • antokhio - aligning the code with the vvvv API.

License

The source code is published under the MIT License. See the LICENSE.md file for details.

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.

This package has no dependencies.

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
0.1.0 117 3/4/2026
0.0.2-pre 79 3/4/2026
0.0.1-pre 90 3/4/2026