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
<PackageReference Include="VL.Stride.Voxels" Version="0.1.0" />
<PackageVersion Include="VL.Stride.Voxels" Version="0.1.0" />
<PackageReference Include="VL.Stride.Voxels" />
paket add VL.Stride.Voxels --version 0.1.0
#r "nuget: VL.Stride.Voxels, 0.1.0"
#:package VL.Stride.Voxels@0.1.0
#addin nuget:?package=VL.Stride.Voxels&version=0.1.0
#tool nuget:?package=VL.Stride.Voxels&version=0.1.0
<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 | 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. |
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.